Convert XML documents to TOML configuration format instantly in your browser. Bidirectional — swap to TOML→XML in one click. Powered by fast-xml-parser and smol-toml.
The XML to TOML converter routes through a clean JavaScript object: fast-xml-parser parses the XML, and smol-toml serialises the result to TOML 1.0. Both editors are live. This makes it straightforward to convert XML configuration files to TOML for modern tooling (Cargo, Ruff, Hugo), and swap back with one click.
QIs my data sent to a server?
No. All conversion runs in a Web Worker inside your browser.