HI,

Is it possible to insert certain XML elements using a mapping file ?

 

e.g. if I have the objects which map to following XML:

 

<ROOT1>

   <ROOT2>

      <XYZ> </XYZ>

      <MNO> </MNO>

      <ABC> </ABC>

      <ABC> </ABC>

    </ROOT2>

</ROOT2>

 

Then can I insert an <ABC> element at the top of the <ROOT2>’s children, like this:

 

<ROOT1>

   <ROOT2>

      <ABC> </ABC>  à New Element inserted

      <XYZ> </XYZ>

      <MNO> </MNO>

      <ABC> </ABC>

      <ABC> </ABC>

    </ROOT2>

</ROOT2>

 

 

Thanks

Sunit

 

 

Reply via email to