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

RE: First element with given attribute values

Subject: RE: First element with given attribute values
From: Nicolas Mailhot <Nicolas.Mailhot@xxxxxxxxxxx>
Date: Sun, 11 Apr 2004 19:04:02 +0200
RE:  First element with given attribute values
Thanks everyone for the info!

I already had something with keys, but it was much less elegant since
the test was not node in the match part but via an xsl:if the template.

I this particular case the trimming is done on a variable (via
exsl:node-set()) so keys do not work (the keyed tree must exist at the
start of the processing, right ?).

I ended up doing :

<xsl:for-each select="exsl:node-set($expanded)/*">
<xsl:variable name="name" select="@name"/>
<xsl:variable name="version" select="@version"/>
<xsl:if test="not(preceding-sibling::*[@name = $name and @version =
$version])">
...

Which is much less elegant (and I suspect more processing-intensive) but
sort-of works here.

Regards,

--
Nicolas Mailhot

[****** removed an attachment of type application/pgp-signature which had a name of signature.asc]

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.