XML Tools Suite
XML Tools Suite combines four operations in one workspace: validate well-formedness with line-numbered errors, pretty-print XML for readability, minify XML to remove whitespace, and execute XPath queries to extract specific nodes. Useful for SOAP APIs, RSS/Atom feeds, SVG files, and XML-based configuration. Runs entirely in your browser.
Related: JSON → XMLXML → JSONJSON Formatter & ValidatorRegex
Your files and inputs stay in your browser — nothing is uploaded or stored.
XPath uses the browser's DOM XPath engine. Default namespaces in some documents may require local-name() predicates, for example: //*[local-name()='tag']