OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] SAX Locator vs {start,end}Entity

[ Lists Home | Date Index | Thread Index ]

Why do you need to monitor the startEntity and endEntity events to get
the base URI? Saxon simply asks the Locator for the systemId when
startElement is reported (or processingInstruction, or an unparsed
entity declaration), and this seems to give the right answer.

Michael Kay


> -----Original Message-----
> From: Richard Tobin [mailto:richard@cogsci.ed.ac.uk] 
> Sent: 20 February 2003 12:49
> To: xml-dev@lists.xml.org
> Subject: Re: [xml-dev] SAX Locator vs {start,end}Entity
> 
> 
> >The SAX 2.0 API documentation is silent on this, but the method 
> >descriptions in org.xml.sax.Locator have always led me to 
> believe that 
> >the location should be the entity in which the reference was 
> >encountered,
> 
> Xerces seems to disagree: it returns the entity whose start 
> or end is being reported.  So I guess one can't rely on it.
> 
> But it's worse: the reason I'm doing this is to determine the 
> current base URI, taking account of entity boundaries and 
> xml:base.  This seems to be impossible, since the locator 
> returns the system ID of the entity, not its URI.  So if 
> there is http redirection (e.g. a directory referred to 
> without its trailing slash) the locator provides the 
> unredirected value.  As far as I can see, it's impossible to 
> calculate the base URI using SAX.
> 
> Are there any plans to directly support base URIs in a future 
> version of SAX?
> 
> -- Richard
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org 
> <http://www.xml.org>, an initiative of OASIS 
<http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS