about xml Datasource
this is my xml :
<?xml version="1.0" encoding="utf-8"?>
<record>
<userName>
<![CDATA[this is a test]]>
</userName><Comments><![CDATA[this is is content and very long....]]></Comments>
</record>
datasource GetAllProductXml(REQUSETXML_URL) =>userName,Comments
http {timeout="20" expire="in 2 minutes"}
REQUSETXML_URL
simple xml
recorduserName
Comments
this syntax is ok
but now output is :
<![CDATA[this is a test]]>
<![CDATA[this is is content and very long....]]>
I didn't kown why?
what's this reason?
thinks !

