Queary XML with Linq to xml

BorntoRide

New Member
How to retrieve the value of the Element Customer,Result and Reason by using Linq To Access.\[code\] <?xml version="1.0"?> <!DOCTYPE CreateAccount> <CreateAccount> <Customer>tonytsund</Customer> <Result>Failed</Result> <Reason>Reseller/Password combination unknown</Reason> </CreateAccount>\[/code\]
 
Back
Top