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

Using XPATH axis within a recursive structure to match

Subject: Using XPATH axis within a recursive structure to match a descendent node
From: ben senior <ben@xxxxxxxxxxxxx>
Date: Mon, 21 Feb 2005 16:14:55 +0100
xpath axis
I'm afraid I couldn't think of a better title!

Take a look at the xml below. The goal is to match the load tags of 0 and 1, but NOT 2.
I need an expression which matches ALL load tags that are descendents of the current gui tag, but not contained within descendent gui tags! Does that make sense to anybody?


i.e. descendant::load will also match 2, which I do not want. How might I approach this? Any ideas?

<gui>
<load> ........................*0
something
</load>
<p> blah
<b>
blah
<load> ........................*1
else
</load>
<gui>
<load> ........................*2
<again
</load>
</gui>
</b>
</p>
</gui>


Kindest Regards,

Ben

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.