[Home] [By Thread] [By Date] [Recent Entries]
Michael Fuller <msf@i...> writes:
> Is it:
> startDocument()
> startDTD()
> [... possibly startEntity()/endEntity() events]
> endDTD()
> [... various startElement()/endElement()/... events]
> endDocument()
Yes.
> or:
> startDTD()
> [... possibly startEntity()/endEntity() events]
> endDTD()
> startDocument()
> [... various startElement()/endElement()/... events]
> endDocument()
No.
I suppose that the documentation in DeclHandler should make this
clearer -- I'll add it to the TODO list.
All the best,
David
--
David Megginson david@m...
http://www.megginson.com/
|

Cart



