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

Re: XPath for all of an element type prior to context

Subject: Re: XPath for all of an element type prior to context node?
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Thu, 01 Mar 2001 10:28:33 +0000
xsl prior element

Michael Strasser wrote:
> 
> Here's a bit of XPath that is too tricky for me.
> 
> Given this simplified XML document (empty elements for clarity):
> 
> 
> When the context node is any of those with an id attribute, I want a way to
> get the list of resources nodes that occur:
> 
> - before the context node; or
> - after the context node.
> 
> Please let me know if this request isn't clear.
> 
Actually it could be a bit clearer on one point - do want all the
preceding / following resource elements in the whol document or within
some other scope?

If the former, "ancestor::resource | preceding::resource" and
"descendent::resource | following::resource" should do it, given the
useful comment in http://www.w3.org/TR/xpath#axes

"NOTE: The ancestor, descendant, following, preceding and self axes
partition a document (ignoring attribute and namespace nodes): they do
not overlap and together they contain all the nodes in the document."

Francis.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

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
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.