Convert YAML to XML

Form for YAML converting

This form allows you convert YAML to XML data, paste or upload your YML file below:


Your result can be seen below.

Result of YAML conversion to XML


Move to "Paste Code" for Save it

About YAML conversion to XML

About YAML conversion to XML

The Convert YAML to XML was created for online converting YAML into appropriate XML format. This tool converts YAML Ain’t Markup Language(YAML) documents to XML (Extensible Markup Language) documents and of course it's totally free converter. You do not need to download any tools for conversion.

How it Works?

Just paste your YAML to the textarea above and click to the button "Convert" and you will get XML data in the next textarea.

Example of YAML conversion to XML

Before:
# test yaml -----------------------------------------------#
namespace: common\tests
actor_suffix: Tester
paths:
    tests: tests
    output: tests/_output
    data: tests/_data
    support: tests/_support
settings:
    bootstrap: _bootstrap.php
    colors: true
    memory_limit: 1024M
modules:
    config:
        wtools:
            configFile: 'config/test-local.php'
After:
<?xml version="1.0" encoding="UTF-8"?>
<result>
	<namespace>common\tests</namespace>
	<actor_suffix>Tester</actor_suffix>
	<paths>
		<tests>tests</tests>
		<output>tests/_output</output>
		<data>tests/_data</data>
		<support>tests/_support</support>
	</paths>
	<settings>
		<bootstrap>_bootstrap.php</bootstrap>
		<colors>true</colors>
		<memory_limit>1024M</memory_limit>
	</settings>
	<modules>
		<config>
			<wtools>
				<configFile>config/test-local.php</configFile>
			</wtools>
		</config>
	</modules>
</result>
After the conversion, you can apply the XML to your project or use it for some other purpose.
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal