Splitting and parsing xml data – Jquery ajax
I am retrieving some data from an xml file and wish to split the result, parse it and then print it into an html element. Here is an example of my xml file: <Root> <Foo> <Bar> <BarType>Green</BarType> <Date>2020-09-03 23:40:55</Date> </Bar>…