Morten --
Joe is right about the startDTD() and endDTD() calls. But they're in
org.xml.sax.ext.LexicalHandler, not DeclHandler.
Gary
[EMAIL PROTECTED] wrote:
>
> I believe the SAX2 DeclHandler.startDTD() call carries that information.
> Note that there's an endDTD() call too.
Morten Jorgensen wrote:
>
> I am trying to find a fix for a bug in XSLTC, and I need to know
> what handler I should use to output the <!DOCTYPE ...> declaration.
> Should this be passed to a org.xml.sax.ext.DeclHandler, a
> org.xml.sax.DTDHandler, or passed to the basic SAXHandler (in some
> what I fail to see).
>
> Thanks,
> Morten