baajour
Programmer
- Jan 12, 2009
- 4
I have the following xml file and I want to parse the text of the xml element in order to get the values of the email, firstname, interest etc. any help will be appreciated.
<?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:soapenv=" xmlns:xsd=" xmlns:xsi="- <soapenv:Body>
- <getProfileResponse soapenv:encodingStyle=" <getProfileReturn xsi:type="soapenc:string" xmlns:soapenc=" </getProfileResponse>
</soapenv:Body>
</soapenv:Envelope>
<?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:soapenv=" xmlns:xsd=" xmlns:xsi="- <soapenv:Body>
- <getProfileResponse soapenv:encodingStyle=" <getProfileReturn xsi:type="soapenc:string" xmlns:soapenc=" </getProfileResponse>
</soapenv:Body>
</soapenv:Envelope>