still struggling with XPath 1.0, now it's the replace function (only
in 2.0) I need.
Is there a work-around for that in 1.0?
Thanks!
Not in XPath 1.0. In XSLT 1.0 you can write a recursive, named template
that implements the string replacement:
http://www.dpawson.co.uk/xsl/sect2/replace.html#d9701e43
--
Martin Honnen --- MVP XML
http://msmvps.com/blogs/martin_honnen/
Works fine, thanks!