# HG changeset patch
# User František Kučera <franta-hg@frantovo.cz>
# Date 1404340970 -7200
# Node ID 5e79450a521ebc8a1b5430eb4e29057b142d1281
# Parent  c703fb7f088f330a937adc1e1c1fd4960b3b3da3
System ID: support loading documents from URLs

diff -r c703fb7f088f -r 5e79450a521e java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIOptions.java
--- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIOptions.java	Thu Jul 03 00:37:38 2014 +0200
+++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIOptions.java	Thu Jul 03 00:42:50 2014 +0200
@@ -76,6 +76,9 @@
 
 		if (inputStream != null) {
 			is.setByteStream(inputStream);
+		}
+
+		if (systemId != null) {
 			is.setSystemId(systemId);
 		}