Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

escapeXML()

Prev Next

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

Parameters

Parameter

Description

a

Text.

Examples

Parameter a

Result

This is normal text including characters < & >

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