internal subset string from XNI?
Jacob Kjome <[email protected]>
| Newsgroups | gmane.text.xml.general |
|---|---|
| Message-ID | <[email protected]> |
I've implemented an XNI parser. I used to use Xerces1 which provided me with the internal subset string in the method... org.apache.xerces.framework.XMLDocumentHandler.DTDHandler#internalSubset(String) How do I go about getting similar functionality from XNI in Xerces2? It's the one thing that remains unclear to me. thanks, Jake