Page 1 of 1

mentioning path for xml column

Posted: Tue Jun 20, 2006 4:01 am
by sravanthi
Hi,

I have to generate xml output from a data set.Column name is PARNT_ITEM_F and its value maybe either true or false.In the output it should be displayed as

<gsa-template>
<import-items>
<add-item item-descriptor="ensemble-product" id="140150">
<set-property name="publishFlag"><![CDATA[true]]></set-property>
</add-item>

</import-items>

</gsa-template>

i have declared

/gsa-template/import-items/add-item/set-property/<![CDATA[<publishFlag>]]> for that column.It is not working.How can i mention the path usind CDATA.

Thanks!