Need read XML and show it and save on Local storage.
问题 I need to read XML data and show this in HTML and at the same time save it in localStorage. When the user is ofline I need show the content using localStorage. ( NOTE: without PHP) ( NOTE: when user have internet read and show new items ) Does anyone have a good tutorial or any helpful website? 回答1: I found this article/tutorial. It shows how to parse and save a xml file. And how you can query it offline. It is done by using javascript. Article is on mantascode.com by Mantascode and describes