Hello guys:
If we can get a collection of x nodes via XPath in ASP.NET 2.0? Then doing checking per the attrs of them.
<x-list>
<x id="1" enable="On" url="http://abc.123.dev"/>
<x id="2" enable="Off" url="http://asd.com"/>
<x id="3" enable="On" url="http://plm.xcv.tw"/>
</x-list>
Thanks for any help. Ricky