Re: [xsl] Custom Ordered Lists

Subject: Re: [xsl] Custom Ordered Lists
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 13 Nov 2006 09:54:30 +0000
On 11/13/06, Philip Vallone <philip.vallone@xxxxxxxxxxx> 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

Current Thread