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

Re: lower --> upper case

Subject: Re: lower --> upper case
From: Michael Hoffmann <m-hoffmann@xxxxxx>
Date: Mon, 08 Jan 2001 16:40:52 +0100
xsl string functions upper
hi benj

---snip
Function: string translate(string, string, string)

         The translate function returns the first argument string with
occurrences of characters in the second argument string
         replaced by the character at the corresponding position in the
third argument string. For example,
         translate("bar","abc","ABC") returns the string BAr. If there is
a character in the second argument string with no character
         at a corresponding position in the third argument string (because
the second argument string is longer than the third
         argument string), then occurrences of that character in the first
argument string are removed. For example,
         translate("--aaa--","abc-","ABC") returns "AAA". If a character
occurs more than once in the second argument string,
         then the first occurrence determines the replacement character.
If the third argument string is longer than the second
         argument string, then excess characters are ignored.

--- snip

more on the official W3C Site (its really worth to read it !)
http://www.w3.org/TR/xpath.html

greetings

michael

"B. Dexheimer" wrote:

> Hi everybody !
>
> I got a xsl:variable with some text in lower case and I want to get it
> in upper case... how can I do that ?
> thanks in advance,
>
> BeNj.
>
>  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.