Can anyone please tell me how I can escape a damned single-quote in an Xpath expression such as the one below?
<xsl:value-of select="translate(normalize-space(.), 'a', 'b')"/>
If I use 'a' and 'b' as the search and replace arguments, everything works well. But I need to search for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.