Hi,
I am doing a ABAP mapping using the If_IXML interface. I have a message looking like this:
<Transaction>
<LineType>M</LineType>
<PersonellNumber>999999999</PersonellNumber>
<Name>MonkeyBoy</Name>
</Transaction>
<Transaction>
...
...
When I have a Transaction Node as a IF_IXML_NODE, is it then possible to add the whole node, with childen to my output document of type IF_IXML_DOCUMENT, or do I have to traverse through it all manually?
Thanks in advance
Mikkel