Free Online XML to YAML Converter

Input data
bfotool loadding
Output data
bfotool loadding

XML to YAML converter simplest

This free online tool lets you convert a XML file into a YAML file.Just paste your XML in the form below and it will instantly get converted to YAML. No need to download or install any software. Free

 

XML to YAML converter examples

XML

<?xml version="1.0" encoding="UTF-8" ?>
 <root>
     <array>1</array>
     <array>2</array>
     <array>3</array>
     <boolean>true</boolean>
     <color>#82b92c</color>
     <null/>
     <number>123</number>
     <object>
         <a>b</a>
         <c>d</c>
         <e>f</e>
     </object>
     <string>Hello World</string>
 </root>

YAML

root:
 array: ['1', '2', '3']
 boolean: 'true'
 color: '#82b92c'
 'null': ""
 number: '123'
 object: {a: b, c: d, e: f}
 string: 'Hello World'

 

Tool what is a XML to YAML converter?

This XML to YAML converter transforms XML data and files into YAML data and files. This converter allows customizing input XML and output YAML. It also accepts XML files with custom column delimiter characters and field quote characters. It supports comment lines and you can optionally ignore empty lines. You can also change how many spaces to use in the output YAML indentation.

 

How to Convert XML to YAML?

Step 1: Select your input. Enter Data.

Step 2: Choose output options (optional) Output Options.

Step 3: Generate output.