I'm trying to parse an XML-document and validate it against DTD.
If I got it right, I have to do it like this:
....
InputSourse is = new InputSource(...);
is.setSystemId("location of the dtd");
xmlParser.parse(is);
But despite of the form of the DTD-file I get following error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.