HTML encode on a XSLT

Posted by Hugo Palma on Stack Overflow See other posts from Stack Overflow or by Hugo Palma
Published on 2010-03-29T16:45:53Z Indexed on 2010/03/29 17:13 UTC
Read the original article Hit count: 184

Filed under:
|
|

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 ?

© Stack Overflow or respective owner

Related posts about xslt

Related posts about Xml