We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Encodes a template value to XML.
<!--v render:rife.render.EncodeXml:valueId/--> {{v render:rife.render.EncodeXml:valueId/}}
Template
<text><!--v render:rife.render.EncodeXml:text/--></text>
Code
template.setAttribute("text", "There are > 5 & < 10 in the basket.");
Output
<text>There are > 5 & < 10 in the basket</text>