Hi.
I have a big and complex source schema like this:
<Envelope>
<Record>
<Element1>
…
<Elementn>
<Element with attributes …>
<Element with attributes n>
Now I built a destination schema with with the same structure but it starts only at <Element1> as its root node.
Now I want to map everything from the source starting at <Element1> to the destination schema with the root node <Element1>.
I was trying it with a loop functoid but it doesn’t worked.
How can I handle this – just to move all datas in an easy way to the destination schema?
I don’t want the envelope and all Elements above <Element1> anymore.
Thanks for tips and helps in advance.
Wolfgang