<![CDATA[ missing in domain-to-xml

0
We're using the domain-to-xml mapping to export our products to xml. When inspecting the generated xml from Mendix, I've noticed that some elements have <![CDATA[ tags and some not. Strange is that some string attributes are missing the <![CDATA[ tags. These are product descriptions which could contain any character data. Is there some way to influence this?
asked
1 answers
0

If they are real string attributes (so not some enum that got exported as a string) I think they should all be surrounded with CDATA, I suggest making a ticket if this isn't the case.

answered