Is it possible to remove the parent if it contains certain attribute and then link the child to parents parent which matches the attribute?
For example I have a tree that is mix of object and groups, objects and groups have a unique attribute to differentiate between groups and object. In this case is it possible to get object 1 as parent to object 2 and Object 3 by omitting the groups in between?
<Group="GroupA" uniqueidentifier="123">
<Object="Object1" uniqueidentifier="456"
<Group="GroupB" uniqueidentifier="123">
<Object="Object2" uniqueidentifier="456"
<Group="GroupC" uniqueidentifier="123">
<Object="Object3" uniqueidentifier="456"