⚡ Dev Tooling Online
/
XML → YAML
⌘K
XML Tools:
XML Formatter
XML → JSON
XML → CSV
XML → YAML
XML → YAML
Convert XML to YAML format.
XML Input
<?xml version="1.0" encoding="UTF-8"?> <config> <database> <host>localhost</host> <port>5432</port> <name>mydb</name> </database> <server> <port>3000</port> <debug>true</debug> </server> </config>
YAML Output
DOMParser is not defined