XML output format

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
amirse
Participant
Posts: 3
Joined: Thu Jan 29, 2004 8:54 am
Location: Israel

XML output format

Post by amirse »

Hi ,

does anyone know how can I make an xml file to look like:
<TAG> data </TAG>

instead of the default:
<TAG>
data
</TAG>

Thanks,
Amir
tonystark622
Premium Member
Premium Member
Posts: 483
Joined: Thu Jun 12, 2003 4:47 pm
Location: St. Louis, Missouri USA

Post by tonystark622 »

I'm using the XML Output stage. Right mouse, Properties. Output. Transformation Settings. Under output mode, click the "Single row" radio button.

Tony
amirse
Participant
Posts: 3
Joined: Thu Jan 29, 2004 8:54 am
Location: Israel

Post by amirse »

I am only creating the XML therefore I have only an input tag , no output
tonystark622
Premium Member
Premium Member
Posts: 483
Joined: Thu Jun 12, 2003 4:47 pm
Location: St. Louis, Missouri USA

Post by tonystark622 »

If you're creating an XML file, you should probably be using the XML Output stage. You should read the XML Best Practices document on the DeveloperNet site, if you haven't read it...
http://developernet.ascential.com/forum ... category=4

Hope this helps,
Tony
Post Reply