skip to Main Content

Asp.net – Divide XML into specific nodes

There is an XML string. I can't figure out how to get only the contents of the node, and then split it into separate Persons. <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://"> <soap:Body> <GetJob xmlns="http:// "> <GetResult> <Result>00</Result> <Data> <Person> <Name>Ивано Иван…

VIEW QUESTION
Back To Top
Search