Convert XML to PList
Form for XML converting
This form allows you convert XML to PList, paste or upload your XML file below:
Result of XML conversion to Property List(PList)
Move to "Paste Code" for Save it
About XML conversion to PList
About XML conversion to PList
The Convert XML to PList was created for online transform XML(Extensible Markup Language) data into PList(Property List) data. This can be useful for testing, debugging or importing data from an XML file into a PList. No need to download or install any software.
How it Works?
Just paste your XML to the textarea above and click to the button "Convert" and you will get .plist in the next textarea.
Example of XML conversion to PList
Before:<?xml version="1.0"?> <result> <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> </result>After:
<?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>result</key> <dict> <key>Website</key> <string>wtools.io</string> <key>Safe</key> <integer>1</integer> <key>Count_of_tools</key> <integer>225</integer> <key>price</key> <real>100.23</real> <key>Menu</key> <dict> <key>item0</key> <string>Sandbox</string> <key>item1</key> <string>Paste Code</string> <key>item2</key> <string>Snippets</string> <key>item3</key> <string>Generators</string> <key>item4</key> <string>Checks</string> <key>item5</key> <string>Convertors</string> </dict> </dict> </dict> </plist>After the conversion, you can apply the PList 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.
PaypalRelated Tools