XML generation example

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
hitmanthesilentassasin
Participant
Posts: 150
Joined: Tue Mar 13, 2007 1:17 am

XML generation example

Post by hitmanthesilentassasin »

Hi,

I am planning to generate xml with multi level children and also many siblings as depicted below. Do you have any example links for such xml generation? I have already checked knowledge centre's example it only uses a couple of levels like person -->address-->phone, is there any better example or any Dad reference?

Code: Select all

Party
     --person1
          Date of birth
           Gender
          --name1
          --name2
          --address1
             --addresstype
          --address2
             --addresstype 
     --person2
Post Reply