[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: newbie question: how do i capitalize text?

Subject: Re: newbie question: how do i capitalize text?
From: Nicolás Lichtmaier <nick@xxxxxxxxxx>
Date: Sun, 23 Jan 2000 03:34:31 -0300
capitalize text
> 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!"?

 There's no way to do it properly in XSL yet. Your best option would be
using CSS: <b style="text-transform:upper-case">Hello World!</b>.


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.