Convert TOML configuration files to XML instantly in your browser. Bidirectional — swap to XML→TOML in one click. Powered by smol-toml and fast-xml-parser. Client-side.
The TOML to XML converter parses TOML using smol-toml and serialises the result to XML using fast-xml-parser's builder. TOML arrays of tables become repeated XML sibling elements, and TOML inline tables become nested XML elements. Both editors are live — swap direction with one click to go back to XML→TOML.
QIs my data sent to a server?
No. All conversion runs in a Web Worker inside your browser.