I have used HTML5 file reader and dom parser to read in an xml file and parse the data. Using the resulting tree I got from the reader
I now am looking for a way to convert this
string back into a collapsible XML tree structure. Is there any options for doing this without
using any third party libraries, or if I need a third party library, can you recommend me one?
So imagine this is my XMl
I'm looking to be able to display it like this on the html page and that I can collapse the whole lot or portion.