[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SAX: PIs within a DTD
- From: Rob Lugt <roblugt@elcel.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 20 Jul 2001 09:42:12 +0100
Simple question: is a SAX processor entitled/required to report processing
instructions from within a DTD (internal or external subset)?
The ContentHandler::processingInstruction() documentation makes no mention
of where PIs may be found. Contrast this to LexicalHandler::comment() which
explicitly states that comments from a DTD will be properly nested inside
start/endDTD events.
Thanks
~Rob