Reading XML Formats

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi All,
I have a XML format as displayed below
<span lang="EN-AU
<v1:UnitOfWorkPerformedOn><br/>
<v1:Resource><br/>
<v1:ResourceSpecificationForSpecifiesResource><br/>
<v1:ResourceSpecTypeForCategorizesResourceSpecs><br/>
<v1:commonName>Somevalue</v1:commonName><br/>
</v1:ResourceSpecTypeForCategorizesResourceSpecs><br/>
</v1:ResourceSpecificationForSpecifiesResource><br/>
</v1:Resource><br/>
</v1:UnitOfWorkPerformedOn><br/>
<br/>
I am not able to extract the value of the XML node using the <br/>
<span style="font-family:Consolas; font-size:x-small <span style="font-family:Consolas; font-size:x-small txt.Text = _xml.SelectSingleNode(<span style="color:#a31515; font-family:Consolas; font-size:x-small <span style="color:#a31515; font-family:Consolas; font-size:x-small <span style="color:#a31515; font-family:Consolas; font-size:x-small "//"<span style="font-family:Consolas; font-size:x-small <span style="font-family:Consolas; font-size:x-small
+ _strFeilds).InnerText;<br/>
<br/>
Could you please suggest me to extract the values as the XML format is Different here <v1:Resource>

<
Raghuram Raichooti<br/>

View the full article
 
Back
Top