Convert XML to TOML Tool Online

<title>TOML Example</title> <owner> <name>Tom Preston-Werner</name> <dob>Sun May 27 1979 23:32:00 GMT+0800 (中国标准时间)</dob> </owner> <database> <enabled>true</enabled> <ports>8000</ports> <ports>8001</ports> <ports>8002</ports> <data>delta</data> <data>phi</data> <data>3.14</data> <temp_targets> <cpu>79.5</cpu> <case>72</case> </temp_targets> </database> <servers> <alpha> <ip>10.0.0.1</ip> <role>frontend</role> </alpha> <beta> <ip>10.0.0.2</ip> <role>backend</role> </beta> </servers>

Use the XML to TOML converter (xml2toml) tool by pasting your XML content into the left box above.

Click the [Convert] button to initiate the conversion.

The result will automatically appear in the box on the right.