| Author |
Unable to parse xml response
|
jas preet
Ranch Hand
Joined: Mar 31, 2010
Posts: 76
|
|
I have a large xml response that i need to parse but i am unable to it.
The one marked as bold is where i get the compile time error.
Unable to resolve please help.
Note : The same response when i paste in a XML file and try to parse it. It is done successfully.
But i need to parse the response that i get from the url.
The response is a xml string that i am trying to parse now.
|
Thanks Jaspreet ----- Nothing is permanent
|
 |
Steve Luke
Bartender
Joined: Jan 28, 2003
Posts: 3032
|
|
The code you posted is broken because you don't escape your quotes. For example, you have
That should be
But that is only a problem because you entered the string as a literal. If you are getting it from a URL this won't be a problem. To help you with your real problem we would need the real code and the real error message you get.
|
Steve
|
 |
 |
|
|
subject: Unable to parse xml response
|
|
|