Hi,
I have a requirement in which I need to implement the following logic:
<SRC>
<Document> ---0..1
<Link> ---0..unbounded
</Node1>
</Node2>
</Link>
</Document>
<SRC>
The Link will be repeating and hence Node1 will repeat.
Now I want to map this structure to a similar target structure with the condition that I need to count the number of Link nodes and implement a counter....this count has to be concatinated to the target node along with SRC---Node1.
Please provide pointers on how to solve this.
Regards,
Abhishek.