Re: internal subset string from XNI?
Michael Glavassevich <[email protected]>
| Newsgroups | gmane.text.xml.general |
|---|---|
| Message-ID | <OF73C8B4BB.0F7DFA53-ON8525711B.00533128-8525711B.00537FC6@ca.ibm.com> |
Using XNI you have to assemble it yourself from the events emitted from the DTD pipeline. Have a look at XMLDTDHandler [1]. [1] http://xerces.apache.org/xerces2-j/javadocs/xni/org/apache/xerces/xni/XMLDTDHandler.html Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] Jacob Kjome <[email protected]> wrote on 02/20/2006 02:44:00 AM: > > 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 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]