Hi, On 12/4/06, Marcel Dullaart <[EMAIL PROTECTED]> wrote:
But how are the referecnes actually resolved.
The easiest way is to use the Property.getNode() method. I.e. when you
have the source node that contains a reference property, you can
access the referenced target node like this:
Node source = ...;
Node target = source.getProperty("my:reference-property").getNode();
BR,
Jukka Zitting
