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

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.