System ID: support loading documents from URLs
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 03 Jul 2014 00:42:50 +0200
changeset 565e79450a521e
parent 55 c703fb7f088f
child 57 88836193c9ba
System ID: support loading documents from URLs
java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIOptions.java
     1.1 --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIOptions.java	Thu Jul 03 00:37:38 2014 +0200
     1.2 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIOptions.java	Thu Jul 03 00:42:50 2014 +0200
     1.3 @@ -76,6 +76,9 @@
     1.4  
     1.5  		if (inputStream != null) {
     1.6  			is.setByteStream(inputStream);
     1.7 +		}
     1.8 +
     1.9 +		if (systemId != null) {
    1.10  			is.setSystemId(systemId);
    1.11  		}
    1.12