Parsing DTD:s - Illegal change of encoding, why?

J

Jack Andersson

I'm trying to parse a xml dtd with the following code. With the XMLParser
it works fine, but with the DOMParser the parser throws an exception saying
"Illegal change of encoding: from UCS-2 to Unicode." The dtd-file is in
unicode.

Why is this?

oracle.xml.parser.v2.DOMParser domParser = new DOMParser();
oracle.xml.parser.XMLParser xmlParser = new XMLParser();
xmlParser.parseDTD(fileToURL(dtdFile), rootName);
domParser parseDTD(fileToURL(dtdFile), rootName);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top