Page 1 of 1

XML Output issue

Posted: Mon Jun 09, 2014 4:20 am
by sandeepsreedhar
Hi,

I have to create an xml of the below format.


<wd:Applicant_ID>CNVTOOL1</wd:Applicant_ID>
<wd:First_Name>Zsuzsanna</wd:First_Name>
<wd:Last_Name>Marton</wd:Last_Name>.

I am using XML output stage and input column description to set the open and close tag names. However I am not able to create in the above format to append wd: to the attribute names. I'm able to create in the below format


<Applicant_ID>CNVTOOL1</Applicant_ID>
<First_Name>Zsuzsanna</First_Name>
<Last_Name>Marton</Last_Name>.

Is there a way to bring character ':' to the tagnames? I'm using Datastage 9.1

Appreciate your help on this

Posted: Mon Jun 09, 2014 6:16 am
by chulett
So... do you still need help with this? Wondering why it is marked as Resolved without a reply.

Re: XML Output issue

Posted: Mon Jun 09, 2014 5:31 pm
by ray.wurlod
sandeepsreedhar wrote: I have to create an xml of the below format.
Why?

Have "they" given you specifics of the namespace(s) that you have to use?

Posted: Wed Jul 09, 2014 11:28 pm
by sandeepsreedhar
Yes namespace resolved the issue.
Thanks for your support.