in XML the construct with ![CDATA[ gets used if the string contains any
character that may cause conflicts in XML parsing:
In your case it is the & (Ampersand) that triggers the different use.
THIS causes the ![CDATA[ in a string field!
.
- Log in to post comments