I have a lengthy XML file which i need to get to certain nodes. Heres an example: (Some elements have been taken out for brevity)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xsi, namespaces etc
xsd
etc
<soap:Header>
<wsa:Action>http://site</wsa:Action>
<wsa:To>http://schemas.xmlsoap.org</wsa:To>
<wsse:Security>
<wsu:Timestamp>
<wsu:Timer>2014-01-27T11:28:15Z</wsu:Timer>
<wsu:Expiry>2014-01-27T11:33:15Z</wsu:Expiry>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<SomeMethod xmlns="http://www.someservice">
<SomeMethodResult>
<Results>
<Result1>
<Detail>
<MainDetail>
<Country>USA</Country>
<Name>Walk</Name>
<Description>Walk</Descripti ...
Go to the complete details ...