I
ion
Hi!
I'm trying to do the simplest thing in the world, that is
--> replace all [&"<>'] characters with entities
I saw the clever use of a string-replace template at
http://www.dpawson.co.uk/xsl/sect4/N10301.html, but I was hoping there
was some built-in function that I didn't know about. Is there some
simple way I can convert
"Don't forget that 1 > 0 & 1 < 2"
to
"Don't forget that 1 > 0 & 1 < 2"
? It just seems like a need that everyone would have.
Ion
I'm trying to do the simplest thing in the world, that is
--> replace all [&"<>'] characters with entities
I saw the clever use of a string-replace template at
http://www.dpawson.co.uk/xsl/sect4/N10301.html, but I was hoping there
was some built-in function that I didn't know about. Is there some
simple way I can convert
"Don't forget that 1 > 0 & 1 < 2"
to
"Don't forget that 1 > 0 & 1 < 2"
? It just seems like a need that everyone would have.
Ion