If you’re open to using libraries, check out Papa Parse. It’s mainly for CSV, but it can handle XML too. It’s great for creating simple html to extract information from xml file without too much hassle.
Just load your XML, parse it, and display the data in your HTML. Their docs are super clear, so you’ll figure it out in no time.
Just load your XML, parse it, and display the data in your HTML. Their docs are super clear, so you’ll figure it out in no time.
