Re: [xsl] number continuation problem

Subject: Re: [xsl] number continuation problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 26 Jun 2003 17:32:21 +0100

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
>



<xsl:template match="node">
.<xsl:value-of select="
1 +
count(preceding-sibling::node) +
count(../preceding-sibling::if[count(node)&gt;count(following-sibling::*[1][self::else]/node)]/node) +
count(../preceding-sibling::else[count(node)&gt;count(preceding-sibling::*[1][self::else]/node)]/node)
"/>.<xsl:value-of select="."/>
</xsl:template>



</xsl:stylesheet>

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread