Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] escaping ampersands in replace function [Thread Next] Re: [xsl] escaping ampersands in replace functionTo: Date: 9/4/2007 4:06:00 PM 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;', 'and') > > Any insight will be appreciated. Isn't it just: replace($l_TempString, '&', 'and') ? No need to escape it... -- Andrew Welch http://andrewjwelch.com Kernow: http://kernowforsaxon.sf.net/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
