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="http://schemas.xmlsoap.org/soap/envelope/"...
Dear tsuji,
I noticed that the program displays this when it runs
=======================
[Element: <id/>]
[Element: <username/>]
[Element: <password/>]
[Element: <status/>]
[Element: <name/>] 1
[Element: <age/>] 32
[Element: <gender/>] 1
[Element: <myLocation/>] 1
... etc...
Thank you very much indeed for you help, that has fixed the problem for this XML document. however, I was thinking about creating a generic class that read a generic xml document without specifying the path as the proposed solution mentioned. I don't know if that is possible or not!
Regards
I have the following XML Document.
==================================
<?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.