How do I read an XML file online?
Paste XML into the editor, or press Upload XML and pick an .xml file from your computer. Press Parse, and the document opens as a tree: every element sits under its parent, and you expand only the branch you need. The file is read by your browser and is not uploaded anywhere.
When the XML is malformed, the linter marks the line and names the problem, so a file that will not open elsewhere still shows you where it breaks. The Structure button switches the right pane between the tree and the formatted text, and Copy XML takes the result out. The same tree view runs on the Online XML Viewer; the Online XML Formatter opens on indented text instead of the tree.