xmlEscape
Escape XML special characters (<, >, &, ", '). See Chapter 22.
string(required): the string to escape
utlx
xmlEscape("price < 100 & tax > 0") // "price < 100 & tax > 0"utlx
{
Comment: xmlEscape($input.userComment)
}