suppose i have xml similar to the below
<?xml version=”1.0” encoding=”UTF-8”?>
<validate status=”yes” last_updated=”2009-07-05T11:31:12”>
etc...etc
</validate>
in c# how can i get the value of status in the validate element?
there will only be one validate element. how can i do this with linq?...or if theres a simpler way maybe