xsl-list
[Top] [All Lists]

RE: [xsl] Custom Ordered Lists

2006-11-13 03:01:25
Thanks Andrew...

Have a great day!


-----Original Message-----
From: Andrew Welch [mailto:andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com] 
Sent: Monday, November 13, 2006 4:55 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Custom Ordered Lists

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




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