|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] SAX2: relative ordering of startDocument() & startDTD() events?
Quick question.
What's the relative ordering of the ContentHandler::startDocument()
and LexicalHandler::startDTD() and endDTD() events?
Is it:
startDocument()
startDTD()
[... possibly startEntity()/endEntity() events]
endDTD()
[... various startElement()/endElement()/... events]
endDocument()
or:
startDTD()
[... possibly startEntity()/endEntity() events]
endDTD()
startDocument()
[... various startElement()/endElement()/... events]
endDocument()
I presume the former... I trust it isn't parser dependent.
Michael
____________________________________________
http://www.mds.rmit.edu.au/~msf/
Multimedia Databases Group, RMIT, Australia.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








