Hi Raja,
this is small part of my parent java mapping. i am getting the XML dynamically and the number of fields and fieldnames in the record are dynamic and i will know those only @ runtime.
So actualy i have to do this in Java mapping only.
Actualy i have a SAX parser written where i will feeding in each record. it is workign when i am feeding one record but not working for multiple record.So my idea is to split the record and send the data one by one and finaly construct the final output.