xsl-list
[Top] [All Lists]

Re: [xsl] Custom Ordered Lists

2006-11-13 02:54:54
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>