xsl-list
[Top] [All Lists]

Re: [xsl] Dynamic numbering of lists in xslt

2007-01-09 09:24:39


   <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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--