How can I share items using XQuery or XPath values?

Hello

is there a way to do this?

For example
<CD026A>
  <MesSenMES3>NTA.DE</MesSenMES3>
  <MesRecMES6>TRD.GR</MesRecMES6>
</CD026A>
becomes
<CD026A>
  <MesSenMES3>TRD.GR</MesSenMES3>
  <MesRecMES6>NTA.DE</MesRecMES6>
</CD026A>
Thanks in advance for your comments
Best regards

Philippe

No doubt.

Based on the old account information, I guess will be a recurring element. So I would build an update (based on the 'position' / 'POSITION for ordinalite', in XPATH position() function via PL/SQL and their update (swap), the and at once so content still would have the same structure, iow 'XXX.) XX. " The content could be replaced and or split via 'SUBSTR' and 'REPLACE '.

Tags: Database

Similar Questions

Maybe you are looking for