← Prev in month ← Prev in thread

Re: [xml-dev] Re: [Sax-devel] SAX - endDocument() confusion again

From
Elliotte Rusty Harold <>
To
Toni Uusitalo <>
Date
2004-02-29T19:03:43Z
ID
<p06010204bc67e7918cee@[192.168.254.4]>
Thread
Re: [xml-dev] Re: [Sax-devel] SAX - endDocument() confusion again
At 3:19 PM +0200 2/29/04, Toni Uusitalo wrote:

>Ok. This is something I've missed (Parsifal doesn't actually 
>implement locator but
>provides similar info). So locator2's getEncoding isn't
>available at startDocument stage 'cos startDocument is the first thing that
>should be called even before checking any boms etc.
>

Actually setDocumentLocator is called before startDocument (if at 
all). An app just can't use the Locator inside startDocument. Hmm, in 
hindsight it probably would have made sense to call 
setDocumentLocator immediately after startDocument rather than 
immediately before. Oh well, probably too late to change that now.

-- 

   Elliotte Rusty Harold
   
   Effective XML (Addison-Wesley, 2003)
   http://www.cafeconleche.org/books/effectivexml
   http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA
← Prev in month ← Prev in thread