Re: [xsl] Dynamic numbering of lists in xslt

Subject: Re: [xsl] Dynamic numbering of lists in xslt
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 9 Jan 2007 16:24:19 GMT
>    <xsl:number />  <!-- will only count the matches consecutively -->

Nope, it will number according to the input tree (but the advice to use
templates rather than a xsl:choose stricture is good)


David

Current Thread