Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search for specific value in XML 1

Status
Not open for further replies.

dylancat

Programmer
Jun 12, 2006
1
GB
Im wondering how I go about finding a particular value in xml file and then getting the attributes.

xml

<textdata>
<text x="347.0284" y="543.815">100</text>
<text x="243.7652" y="444.0129">150</text>
<text x="257.6448" y="457.8927">200</text>
</textdata>

How should I go about finding just 100 ( I want to then get the atrributes) Using c#

Any help or direction of solving the problem appreciated

Rickie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top