I\'m trying to use XSLT to convert a simple XML schema to HTML and planned to use fn:replace to replace returns (\\n) with ;.
fn:replace
\\n
;
By bumping the version attribute of to 2.0 and using
I was able to make the replace work.