[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: SAX Filters for Namespace Processing

  • From: Daniel Veillard <veillard@r...>
  • To: Jonathan Borden <jborden@m...>
  • Date: Sat, 11 Aug 2001 09:01:52 -0400

namespaces xpointer
On Sun, Aug 05, 2001 at 05:00:49PM -0400, Jonathan Borden wrote:
> > The reason it wasn't there is because in order to support namespaces,
> > most XPath implementations require a context node for prefix
> > resolution.  The context node is usually an element in the document that
> > is being queried, and it's usually an element that has been sufficiently
> > drilled down to so that the prefix you use in the XPath actually matches
> > the namespace you're looking for.

  Actually in libxml I provided 2 mechanism to pass namespaces mappings
to the XPath engine:
   - one static, useful for example for XPointer where the prefixes
     are not inherited from the XPath location context (XPointer won't
     inherit the namespaces mapping of the element carrying it if embedded
     in an XML document).
   - one dynamic, each time that you call the XPath API you add the
     namespace list in scope to the XPath context. that list can be
     build from the context node.
  
> Right, this is a real issue.
> 
> A reasonable solution is what XPointer has come up with namely:
> 
> "xmlns(prefix=http://example.com/namespace) xpointer(//prefix:example)"
> 
> not that it is pretty, but does the job.

  Well it was added at the last moment, and this was looking like the
simplest way to add this to the existing framework, we were seriously
constrained.

> i'd prefer if xpointer had provided
> for an xpath(//this:is/an:xpath) syntax, but that's another story.

  Yes, this would not solve the namespace mapping ;-)

> Another solution would be for the API to accept a namespace context map ...

  Exactly, you may actually need both for different use cases.

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
veillard@r...  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.