XmlEncode

The XmlEncode() function converts a text to an XML encoded text.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

XmlEncode(text)

XmlEncode("\"Line 1\"\n'Line 2'") => "Line 1" 'Line 2'

Parameters

Name
Type
Required
Description

text

text

☑️

a text that is used in an XML element

Last updated

Was this helpful?