escapeXML(text a)
Group |
Changes text a in a way that it can be used in XML. This will be done by using CDATA-Blocks.
Description of Parameters
Parameter |
Description |
a |
Value |
Examples
Parameter a |
Result |
This is normal text including characters < & > |
<![CDATA[This is normal text including characters < & >]]> |