Hi,
We have a requirement where special characters (e.g. \, ., &, @) will be replaced with ' ' . As the position of the special characters are not fixed, I believe I won't be able to do it by substring function.
Got some link suggesting this <xsl:value-of select="replace(description, '\n', '<p/>')" disable-output-escaping="yes" /> with <xsl:stylesheet>
='2.0' but its not working for me. I would appreciate your help .Thanks in advance.
Source: 65\Road No.1,Glasgow,Scotland
Required o/p: 65 Road No 1 Glasgow Scotland
Thanks,
Abhishek