XML CDATA dialog box

Develop > XML > CDATA

Lets you insert a CDATA (character data) section in an XML document.

To insert a CDATA section, simply type the desired text into the text box and click OK.

In the XML source, the entered text will be enclosed in a CDATA tag, as below:

  <![CDATA[This is some random text.]]>  

XML CDATA dialog box