XML export with <![CDATA[text]]>

G

Guest

Hi,

I have successfully exported data from Excel to XML but I need the text
inside the nodes to be contained inside CDATA tags.

I'm getting this
<title>some text here</title>

but want this
<title><![CDATA[some text here]]></title>

if i manually add the CDATA tag it treats it as html and returns the following
<title><![CDATA[some text here]]></title>

Not sure if this is possible to do

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top