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

RE: Need test for preceding-sibling

Subject: RE: Need test for preceding-sibling
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 23 Apr 2009 22:16:13 +0100
RE:  Need test for preceding-sibling
> I need to ensure that each <a2> has a preceding <a1>,

every $a2 in a2 satisfies exists($a2/preceding-sibling::a1)

or more consisely (and in XPath 1.0 syntax)

not(a2[not(preceding-sibling::a1)])

Michael Kay
http://www.saxonica.com/
 
> although there may be intervening tags.  I know that
> 
> 	name(preceding-sibling::*[1]
> 
> gives me the name of the first preceding sibling, but how do 
> I construct a test that gives me only the first preceding 
> <a1> or <a2> tag?
> 
> Thanks,
> Dave

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-2011 All Rights Reserved.