I am trying to interate through the below xml sample using
XPathNodeIterator nodes = xPathNav.Select("z:row");
while(nodes.MoveNext())
{
}
this gives the error "Namespace Manager or XsltContext needed"
Can anyone advise the best way to loop through the xml or point me in the right direction of where i am going wrong
thanks
S
