HTML encode on a XSLT
- by Hugo Palma
I would like to convert some value from a XML attribute into valid HTML with entities. So that for example the string "olá" from the XML would be transformed from the XSLT into "olá"
I can't find any xsl function to do this.
Any ideas ?