Hi everyone, I'd be grateful if someone could help me out here. I use apache velocity to generate an xml request to send to a gateway which processes the request and sends an xml response. At the moment, the response (xmlString) is outputted to the browser as a string (see code below).
I want to separate out the elements in the response and display them in a more readable format on the browser eg.
Name = "xyz" Address = "xyz"
Here is a snippet of what I have. What is the quickest way to extract the individual elements from the xml response and display them?