On 6/26/07, Frédéric Esnault <[EMAIL PROTECTED]> wrote:
...Something like /foo/bar/jcr:child(5) for example, if jcr:chile(x) was a path util retrieving the xth child of the parent node (here the bar node).
I don't think this is possible using paths (as opposed to queries)...and if it was the repository would probably do the same thing that I suggested (getNodes() + skip/iterate) behind the scenes. -Bertrand
