To select a range of nodes based on their position, use the really cool position() function.
Using the code example below, this syntax will get the first two nodes:
var nodeList = xmlDoc.selectNodes("/root/items/item[position()<3]");
Wednesday, January 10, 2007
Subscribe to:
Posts (Atom)