How do I know the DTD is an internal subset?  By the fact that
startExternalSubset doesn't get called?

Jake

Quoting Michael Glavassevich <[EMAIL PROTECTED]>:

> 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]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to