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

Re: Quick question regarding XPath


xpath axis question root
At 2004-02-25 06:04 -0800, Murali Mani wrote:
>You are misinterpreting my question:
>
>Is it possible to say doc ("test.xml")/a//@b

Yes, that is valid XPath syntax.

>is the above equivalent to:
>
>doc ("test.xml")/(a/@b | a//*/@b)

If the above were valid XPath 1.0 syntax, then yes.  In XPath 1.0 terms it 
would be: 'doc("test.xml")/a/@b | doc("test.xml")/a//*/@b'

>// is the descendant axis - not the root of the document.

Not quite true and your questions are answered when you realize that "//" 
is an abbreviation of "/descendent-or-self::node()/" ... note how it does 
include itself.  And also note that you cannot end an expression with "//".

So "//" of "//@b" includes the current node, so the current node's b 
attribute is addressed, and it includes its children and descendent 
elements, so their b attributes are also included.

>the question tries to see whether attributes and elements are treated
>similarly by the // axis

The question is not well phrased.  Since "//" is *not* an axis, the 
question would be (I think) "does the // abbreviation give me access to all 
descendent nodes and myself so that when I step away from those nodes in 
the next location step of the location path I can hit both element and 
attribute children I get all attached attributes and child elements and all 
their attributes?" and the answer is yes.

I hope this helps.

...................... Ken


--
Public courses: Spring 2004 world tour of hands-on XSL instruction
Each week:   Monday-Wednesday: XSLT/XPath; Thursday-Friday: XSL-FO
United States: Washington, DC March 15; San Francisco, CA March 22
Finland April 26; Hong Kong May 17; Germany May 24; London June 07
World-wide on-site corporate, government & user group XML training

G. Ken Holman                 mailto:gkholman@C...
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/x/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/x/bc


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.