xsl-list
[Top] [All Lists]

Re: [xsl] Numbering 1st 2nd 3rd ...

2006-09-12 13:41:05

if you are using xslt2 just useordinal="yes" on xsl:numer.
in xslt1 you'd have to use an xsl:choose after getting the last digir
as (posiotion() mod 10)

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>
--~--