diff -r e2b2f34cdb50 -r c2496cf043c3 java/alt2xml/src/cz/frantovo/alt2xml/vstup/SuperReader.java --- a/java/alt2xml/src/cz/frantovo/alt2xml/vstup/SuperReader.java Tue Jan 03 14:39:16 2012 +0100 +++ b/java/alt2xml/src/cz/frantovo/alt2xml/vstup/SuperReader.java Tue Jan 03 14:45:29 2012 +0100 @@ -106,7 +106,6 @@ @Override public void parse(String systemId) throws IOException, SAXException { - // TODO: dopsat - throw new SAXException("Zatím není podporováno."); + parse(new InputSource(systemId)); } }