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
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