xsl-list
[Top] [All Lists]

Re: number continuation problem

2003-06-26 09:32:21


<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



<Prev in Thread] Current Thread [Next in Thread>