if I have a document like :
<Car belongTO="$Jacky" id="autobus">
<colour>red</colour>
</Car>
.....
<User id="jacky">
<Passport>1111</Passport>
</User>
How to refs the two tags? I mean that the [autobus] is belong to [Jacky]?
Who can help me? Thanks