escapeXML(text a)

Converts text a into a format that can be used in XML. This is achieved by using a CDATA block.

Description of Parameters


Parameter

Description

a

Text.


Examples


Parameter a

Result

This is normal text including characters < & >

<![CDATA[This is normal text including characters < & >]]>