EDN Admin
Well-known member
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
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