xsl-list
[Top] [All Lists]

[xsl] escaping ampersands in replace function

2007-09-04 08:58:54

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, '\&', 'and')

Any insight will be appreciated.

Thanks

Marijan (Mario) Madunic

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--