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

Whitelist preceding siblings

Subject: Whitelist preceding siblings
From: Fredrik Bengtsson <Fredrik.Bengtsson@xxxxxxxxxxxx>
Date: Fri, 15 Apr 2011 13:43:08 +0000
 Whitelist preceding siblings
Hi,

I need to select elements (using XPath) that are preceded by sibling elements
that are not in a given whitelist. That is, I need to find elements named x,
whose preceding siblings (if any) are all named a, b or c, in any order, and
all optional, but nothing else. So the following is a match:

<c/>
<b/>
<x/>

And so is this:

<x/>

But not this one:

<c/>
<BLOCKER/>
<a/>
<x/>

I've tried something like the following with no luck:

<xsl:template match="x"> ...
<xsl:template match="x[preceding-sibling::*][not(self::a or self::b or
self::c)]"> ...

Any ideas?
Regards,
/Fredrik

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.