Looking for a way to display my JSON object or XML data in HTML similar to how React does it. I found this component on GitHub: https://github.com/marushkevych/xml-display-component, but I prefer not to mix JavaScript and React.js. Can anyone offer some guidance?
Here is an example of the XML data I have: I would like it to be displayed as a tree, maintaining the same XML format. Click here to see the example