DTD Parsing with xerces
Vijay Dialani <[email protected]>
| Newsgroups | gmane.text.xml.general |
|---|---|
| Message-ID | <OF69DB63B4.B45B3A54-ON8525702E.0082A2A9-8825702E.0082C078@us.ibm.com> |
Hi All, I was trying to use XERCES for parsing a DTD document. There seems to be more than one way to accomplish the above. For my purpose, I was able to extend the org.apache.xerces.parsers.DOMParser class and override the DTD associated methods, but these do not provide the advanced features as those provided by org.apache.xerces.parsers.DTDParser. Does any know a way of how one could use org.apache.xerces.parsers.DTDParser class? Any Sample code? Regards, Vijay