CDATA XML Attribute

To write content with special characters the keyword CDATA can be used:

<![CDATA[Text with special characters]]>

In the eBiss structure this is achieved with the attribute MapPlaceContentInCDATAAttribute. This attribute is placed at the desired field/property. When generating the XML file, the value from the field/property is automatically written in the „CDATA“ format.