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

Re: capitalizing the first letter of a string

Subject: Re: capitalizing the first letter of a string
From: "belangour abdessamad" <abdessamad.belangour@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 6 Nov 2003 16:35:11 +0100
xsl capitalize first letter
Thanks for answering me.
I wanted to capitalize the first letter without extracting it. I was
wondering it there's a shorter way than this long line :

<xsl:value-of select="concat(translate(substring($name,
1,1),'abcdefghijklmnopqrstuvwxyz',
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'),substring($name,2,string-length($name)))"/>

Thanks for all !!

----- Original Message ----- 
From: <cknell@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, November 06, 2003 3:34 PM
Subject: RE:  capitalizing the first letter of a string


> Suppose you have variable $name. Use the translate function and the
substring fuction to change the case of the first character.
>
> <xsl:value-of select="translate(substring($name, 1,1),'abc ...', 'ABC
... )" />
>
> Note: The elipses represent the remainder of the alphabet. You will have
to type them in full.
> -- 
> Charles Knell
> cknell@xxxxxxxxxx - email
>
>
>
> -----Original Message-----
> From:     belangour abdessamad <abdessamad.belangour@xxxxxxxxxxxxxxxxxxx>
> Sent:     Thu, 6 Nov 2003 15:16:52 +0100
> To:       "XSL-list" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> Subject:   capitalizing the first letter of a string
>
> Hi all,
> I know that the translate function can change the case for strings. How to
> use it please for capitalizing the first letter of a string (stored in a
> variable) ?
> thanks.
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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.