How to load the xml file content to a div.
Here is my HTML in which I need to load XML content
If you have a local file you want to read like I do, you can do the following:
This requires the user to select the file, but it does get you the contents of the file. It uses the HTML5 FileReader API.