
NodeList.item( n as Number ) as XMLNode
Return the nth node.
| Parameters | |
|---|---|
| n | The index of the node on the node list. |
cts.doc("example.xml").getElementsByTagName("para").item(3);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.