On 11/13/06, Philip Vallone <philip(_dot_)vallone(_at_)verizon(_dot_)net> wrote:
Hi,
Is it possible to create ordered lists like this? I am using XSLT 2.0 with
HTML output.
(a) Test
(b) Test
(c) test
<xsl:for-each select="......">
<xsl:sort data-type="text" case-order="upper-first"/>
<xsl:number format="(a)"/>
cheers
andrew
--~------------------------------------------------------------------
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>
--~--