The function fn:escapeXml extracts text from a target and escapes characters that could be interpreted as XML markup. The value returned is a string data type.

Example

 ${fn:escapeXml(param:info)}
CODE

Structure​

fn:escapeXML(string)

Parameters​

Parameter

Description

string

Specifies the target string.