Jacob Kjome <[EMAIL PROTECTED]> wrote on 02/20/2006 10:25:55 AM:

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

Yes. startExternalSubset tells you the start boundary for the external 
subset. Any DTD events emitted before it are in the internal subset.
 
> 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]

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]

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

Reply via email to