Hi,
I am getting this error in Saxon when trying to replace a forward slash (/)
Code:
FORX0004: Invalid replacement string in replace(): \ character must be followed by \ or $
This is the line throwing the error:
Code:
<xsl:value-of select="replace('../../temp', '../../', 'c:/newfolder/' )"/>
Do I need to escape the forward slash?
Thanks,