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

Re: quick XPath question: finding /a/b/c with a default namespace

  • From: David Carlisle <davidc@n...>
  • To: james_strachan@y...
  • Date: Fri, 27 Jul 2001 11:49:49 +0100

xpath default namespace

> "the default namespace declared with xmlns is not used: if the QName does
> not have a prefix, then the namespace URI is null"

> So I thought that...

No, that paragraph describes the interpretation of the QNames in the
XPath: it has no bearing on the interpretation of names in the document.
so in the XPath /a/b/c  refers to elements in the null namespace (or,
more properly, elements in no namespace). 

>  can only find <c> with the XPath expression
> /*:a/*:b/*:c

Nope you can not do that as there is no *: construct to wildcard over
namespaces.

If you really don't want to declare a namespace then

/*[local-name(.)='a']/*[local-name(.)='b']/*[local-name(.)='c']
will get you there.

> This seems unfortunate for non-XSLT uses of XPath.
No, it just means that any API for qurying into namespace aware documents
with XPath had better offer a mechanism for setting up the current
namespace/prefix bindings.

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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.