Data & Config.xml
XML viewer
About XML
Extensible Markup Language.
XML is older than JSON and lingers everywhere — RSS feeds, sitemaps, SVG, OOXML internals. Our viewer parses via the browser's DOMParser and presents an indented, foldable tree.
FAQ
- What is a XML file?
- XML is older than JSON and lingers everywhere — RSS feeds, sitemaps, SVG, OOXML internals. Our viewer parses via the browser's DOMParser and presents an indented, foldable tree.
- Is my file uploaded?
- No. Files are opened entirely in your browser using local JavaScript and WebAssembly. Nothing is sent to a server.
- Does it work on mobile?
- Yes. The viewer is mobile-first and works on phones, tablets, and desktops.
More Data & Config
- .jsonJSONJavaScript Object Notation — structured data.Open
- .csvCSVComma-Separated Values tabular data.Open
- .tsvTSVTab-Separated Values tabular data.Open
- .yamlYAMLHuman-readable config/data format.Open
- .tomlTOMLTom's Obvious Minimal Language config.Open
- .iniINIClassic key=value config files.Open
- .dbSQLite.db / .sqlite database file.Open
- .dbfDBFdBase / Foxpro / Shapefile attribute table.Open