Re: newbie question: how do i capitalize text?

Subject: Re: newbie question: how do i capitalize text?
From: Steve Tinney <stinney@xxxxxxxxxxxxx>
Date: Thu, 20 Jan 2000 21:12:56 -0500
Check out the translate() function in the XPath spec section 4.2.

 Steve

> Joni Fazo wrote:
> 
> Hello,
> 
> Is it possible to capitalize some text that my xsl file selects from
> xml?
> 
> If I have some XML like:
> <DOCUMENT>
>         <GREETING>Hello World!</GREETING>
> </DOCUMENT>
> 
> and some XSL like:
> <html>
> <b><xsl:value-of select="GREETING"/></b>
> </html>
> 
> Is there any way to capitalize the result of <xsl:value-of
> select="GREETING"/> so I get "HELLO WORLD!" instead of "Hello World!"?
> 
> Thanks,
> Joni

-- 
----------------------------------------------------------------------
Steve Tinney                                        Babylonian Section
                                 *   University of Pennsylvania Museum
stinney@xxxxxxxxxxxxx                          Phila, PA. 215-898-4047


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


Current Thread