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

How to efficently determine if a nodes exists with an

Subject: How to efficently determine if a nodes exists with an attribute value other than those in a list
From: "Peter Hunsberger" <peter.hunsberger@xxxxxxxxx>
Date: Tue, 7 Aug 2007 11:27:56 -0500
 How to efficently determine if a nodes exists with an
Suppose I have a document with a bunch of nodes each with a type
attribute, something like:

<doc>
    <a type="x"/>
    <b type="y"/>
    .
    .
    .
    <z type="42"/>
</doc>

Using an XSLT 2 stylesheet I'd like to efficently determine if there
are any nodes where the type attribute  value is not in a list of
given values.  I thought I might be able to do this with a sequence
and the except operator, but I haven't gotten it to work, the code
basically looks like:

<xsl:variable name="tcheck"><xsl:sequence select="'x',y','z'"/></xsl:variable>

<xsl:if test="doc/*[@type except $tcheck]">got one</xsl:if>

Which I suspect is attempting to check attributes against strings.
Using Saxon 8 I don't get an error, but I also don't get a "got one"
result.  Any suggestions?

-- 
Peter Hunsberger

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.