Export XML

I am trying to use Export XML, so far its working pretty well however for some reason its adding unwanted <![CDATA[example]]> for everything. Is there anyway to strip that out, or stop it from inserting that in the first place.

I imagine this in effect escaping every field in case it contains invalid XML. The result is not very good XML. I think you might be better off creating the XML ‘manually’, eg using variables, and outputting the file using this extension. (At least I think it would be possible.)

1 Like

same here…but this extension is for PHP …