fn:escapeXml
    • 1 Minute to read
    • Dark
      Light

    fn:escapeXml

    • Dark
      Light

    Article summary

    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)}

    Structure​

    fn:escapeXML(string)

    Parameters​

    Parameter

    Description

    string

    Specifies the target string.


    Was this article helpful?

    What's Next