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

Re: XPath, preceding-sibling and sorted apply-templates

Subject: Re: XPath, preceding-sibling and sorted apply-templates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 23 Nov 1999 18:53:10 GMT
xpath preceding sibling
> How is it possible to find out whether a node is the first of its kind
> after the sort?


<xsl:template match="test">
<xsl:for-each select="a">
<xsl:sort select="."/>
[<xsl:number value="position()"/>: <xsl:value-of select="."/>]
<xsl:if test="position()=1">This is First</xsl:if>
</xsl:for-each>
</xsl:template>

produces

[1: a]
This is First
[2: e]

[3: f]

[4: g]

[5: x]

[6: z]


from 

<test>
<a>e</a>
<a>x</a>
<a>f</a>
<a>a</a>
<a>g</a>
<a>z</a>
</test>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.