[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: newbie question: how do i capitalize text?


Subject: Re: newbie question: how do i capitalize text?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 21 Jan 2000 17:32:52 GMT

> Is there any way to capitalize the result of <xsl:value-of
> select="GREETING"/> 

<xsl:value-of select="translate(GREETING,'abcdefghijklm','ABCDEFGHIJKLM')"/>

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread