On 6/26/07, Frédéric Esnault <[EMAIL PROTECTED]> wrote:
...For example, under the lgw:contracts node, I have plenty of nodes named with their uuid. I want, from the lgw:contracts node, to get the node with index 5.
Not sure what you mean by index, but Node.getNodes() returns a NodeIterator, and with NodeIterator.skip(int n) you can move to a specific child. Isn't that what you need? -Bertrand
