G
Guest
I need to go to a specific node in a XmlNodeList by its number (I know that I
want the 5th node in the list, but I do not know any information about the
element or attributes contained at the node. Does anyone know of a way to do
this without looping through foreach (node in nodelist) ?
Thanks you
want the 5th node in the list, but I do not know any information about the
element or attributes contained at the node. Does anyone know of a way to do
this without looping through foreach (node in nodelist) ?
Thanks you