Hi...
I am having structure like,
Source Structure
Root
Node1--
-(0
unbounded)
Element1
Node2----
(0
unbounded)
Element2
Target Stucture
Root
Node--
(0
-unbounded)
Element3
The target Element3 should be Element1 * Element2------> Element3
My requirement should be
if Node1 is repeating and Node2 is occuring only once or
if Node 2 is repeating and Node1 is occuring only once
i need to get the output.
eg:
Node1
Element---2
Node 1
Element--4
Node2
Element ---3
Output should be like....
Node
Element----6
Node
Element----13
Can you please help in this maaping issue.
Regards
Leela