kavya
Posts: 0
Joined: Thu Oct 10, 2013 10:27 am

parsing an xml response

I have a service response in XML format and I want to parse that response and get the values from the XML in 3 different pages. So I need to store that whole XML in local storage. How to store whole xml in local storage and how to parse the xml in all the pages?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

parsing an xml response

Hello! It's not easy to parse xml each time. It doesn't matter what you have in response json or xml - on service Success event all data is in "data" variable (it's parsed already). You can save that response in localStorage variable and follow instruction described here http://docs.appery.io/documentation/u...

Return to “Issues”