[Home] [By Thread] [By Date] [Recent Entries]

  • From: David Megginson <david@m...>
  • To: XML-DEV <xml-dev@x...>
  • Date: 06 Feb 2000 20:42:26 -0500

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/

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member