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

RE: Hmmmm.... translate function

Subject: RE: Hmmmm.... translate function
From: "Jun Wang" <junw@xxxxxxxxxxxxx>
Date: Fri, 14 Mar 2003 11:11:21 -0800
translating functions
Translate is on character basis, that is translating the character on
the 2nd string to the character on the same position on the 3rd string.
More characters you provide on 3rd string will just be ignored.
Seems there's no convinient function in xsl to be found to solve your
problem. You may want to combine substring-before and substring-after
functions.

Thanks,
Jun

-----Original Message-----
From: Karl Stubsjoen [mailto:karl@xxxxxxxxxxxxx] 
Sent: Friday, March 14, 2003 10:45 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  Hmmmm.... translate function


Hello,
I've purchased the MSXML 4.0 SDK from MSDN, and love it! However, a
quick question about translating strings with the translate function...

>From the SDK:
The following function call returns "BAr":

translate("bar","abc","ABC")What I have is a "+" plus symbol in an
attribute which I need to correctly translateto "%2B".  So I have:
<xsl:value-of select="translate(@div,'+','%2B')/>This almost works, but
it seems that this translate replaces only the exact amount of
charactersfound.  Uhhh... does that make sense?Example@div = "12 All
+"Becomes:  "12 All %"Karl


 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.