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?