I am not able to read xml node in XPathNodeIterator
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I am reading this code
-<Set xsi:schemaLocation="urn:htt://www.exaple.com ">
-<Result>
<Title>Title of the page </Title>I can read an simple XML through XpathNedeIterator but in Node you can see data xsi;... How can I handle this I am using this XPathNodeIterator nodes = navigator.Select("//Set//Result//Title"); to get title value XPathNavigator node = nodes.Current; but I am fail I search at Google but not successful Any suggestion thanks in advance