<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)>count(following-sibling::*[1][self::else]/node)]/node)
+
count(../preceding-sibling::else[count(node)>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