Hi guys,
I have a request t export an XML feed for Google merchant. One of the requests of this is that the elements need to be encapsulated in CDATA markup.
I have tested locally using the XML that's generated by Dynamicweb and an XSLT using <xsl:output method="xml" cdata-section-elements="title description"/> and the result is correctly generated with CDATA markup for the 2 fields indicated.
In the Data Integration however, the result does not have any CDATA markup.
I could not find a setting that I could turn on or off in order to get me the desired result.
I have seen that you are using CDATA markup in your exports, therefore it should work.
I have attached the xslt I am using against a regular Products export.
Thank you,
Adrian