Daynamic Xml

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
gauravb
Participant
Posts: 14
Joined: Tue Nov 30, 2004 7:25 am
Location: India
Contact:

Daynamic Xml

Post by gauravb »

Hi Group,

I have a request where as the XML out which i am generating needs to be changed

for example . if there is no node i am just sending the closing tag
</Name>
My client wants if there is no data remove the tag altogether.
How can i achive this

I am using XMLWriter on DS 6


Thanks,
Gaurav
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

I believe you need to do that in XSLT.
Post Reply