mentioning path for xml column

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sravanthi
Participant
Posts: 83
Joined: Fri Jun 02, 2006 5:37 am

mentioning path for xml column

Post 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!
sravanthi
Post Reply