Convert PList to XML

Form for PList converting

This form allows you convert PList to XML, paste or upload your .plist file below:



Your result can be seen below.

Result of PList conversion to XML


Move to "Paste Code" for Save it

About PList conversion to XML

About PList XML conversion to simple XML

The Convert PList to XML was created for online converting PList(Property List) into appropriate XML(Extensible Markup Language). This can come in handy for testing or debugging your PList data. You do not need to download any tools for conversion.

How it Works?

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

Example of PList conversion to XML

Before:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Website</key>
    <string>wtools.io</string>
    <key>Safe</key>
    <true/>
    <key>Count of tools</key>
    <integer>225</integer>
    <key>price</key>
    <real>100.23</real>
    <key>Menu</key>
    <array>
        <string>Sandbox</string>
        <string>Paste Code</string>
        <string>Snippets</string>
        <string>Generators</string>
        <string>Checks</string>
        <string>Convertors</string>
    </array>
</dict>
</plist>
After:
<?xml version="1.0"?>
<root>
	<Website>wtools.io</Website>
	<Safe>1</Safe>
	<Count_of_tools>225</Count_of_tools>
	<price>100.23</price>
	<Menu>
		<item0>Sandbox</item0>
		<item1>Paste Code</item1>
		<item2>Snippets</item2>
		<item3>Generators</item3>
		<item4>Checks</item4>
		<item5>Convertors</item5>
	</Menu>
</root>
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