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

Re: escaping ampersands in replace function

Subject: Re: escaping ampersands in replace function
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 4 Sep 2007 17:05:40 +0100
Re:  escaping ampersands in replace function
On 9/4/07, Mario Madunic <hajduk@xxxxxxxx> wrote:
>
> I'm trying to replace all ampersands in a string to 'and'. Long story short:
> XSLT counts length as 1 but SQL Server counts length as 5, so need to replace.
>
> I'm using XSLT2's replace function against a string but am having problems
> escaping the ampersand. I've tried various methods, but with no luck.
>
> replace($l_TempString, '\&amp;amp;', 'and')
>
> Any insight will be appreciated.

Isn't it just:

replace($l_TempString, '&amp;', 'and')

?

No need to escape it...

-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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.