I have an xml file which I am trying to process with Java. It turned out I needed a DTD for my XML document because I had non-xml standard entities in my xml document.

So my question is how do I process an xml file with Java while making it aware that there is a DTD embedded into the XML document?

Thanks,

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Take a look at the EntityResolver: http://www.ibm.com/developerworks/library/x-tipent.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.