These two nodes have an inner node (NodeAChild and NodeBChild)which is
created using Child Reference.
These two inner nodes, which are existing in two different Nodes are
linked using EReference.I want to display in the OutLine view,this
relation in the format <NodeAChild Name>Link Name<NodeBChild Name>
Here 'Name' happens to be the attribute of the ChildNodes and the Link.
How do I do this.Can you please give me any hints to which direction I
have to start.