Formatting xml file

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
bunu1977
Participant
Posts: 35
Joined: Thu Oct 16, 2003 4:46 am

Formatting xml file

Post by bunu1977 »

Hi,
when I am creating a xml file thru datastage and opening it in notepad it looks like
<subtag1>
<name>Dilip
</name>
<idno>1111
</idno>
</subtag1>

But i want to create the file like

<subtag1>
<name>Dilip</name>
<idno>1111</idno>
</subtag1>

Can anyone suggest me how to get this output
Dilip Das
Post Reply