How can i get the tag from each of the xml items ?
I already have the nameSpace in for each
give a try at:
item.Descendants(xnsDefault + "xProd").First().Value
or
item.Element(xnsDefault + "prod").Element(xnsDefault + "xProd").Value
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.