Error Message
XML Escape Unescape is used to remove offending characters that could be misinterpreted as Markup. XML escape is an online tool that is used to convert plain XML to escaped XML while Unescape XML is an online tool used by developers to convert XML to plain XML.
XML escape is used to easily and quickly escape Markup language data It is used to convert plain XML to escaped XML It enables the loading of the Plain XML URL to be escaped It functions perfectly on MACLINUX EDGE and other Java supported browsers
XML unescape is used to unescape XML It functions properly on WINDOWSLINUX SAFARI and other java supported browsers This tool enables the loading of the Plain XML data URL to be unescaped
Step 1: Input your data in the first box Step 2: Click on the Escape or Unescape button depending on the task you wish to perform Step 3: Wait for your result and copy to clipboard.
Vanilla XML Try it.
<?xml version="1.0" encoding="UTF-8" ?> <InsuranceCompanies> <Top_Insurance_Companies> <Name>Berkshire Hathaway ( BRK.A)</Name> <Capitalization>$655 billion</Capitalization> </Top_Insurance_Companies> </InsuranceCompanies>
Escaped XML
<?xml version="1.0" encoding="UTF-8" ?> <InsuranceCompanies> <Top_Insurance_Companies> <Name>Berkshire Hathaway ( BRK.A)</Name> <Capitalization>$655 billion</Capitalization> </Top_Insurance_Companies> </InsuranceCompanies>
Escaped XML Try it.
<?xml version="1.0" encoding="UTF-8" ?> <InsuranceCompanies> <Top_Insurance_Companies> <Name>Berkshire Hathaway ( BRK.A)</Name> <Capitalization>$655 billion</Capitalization> </Top_Insurance_Companies> </InsuranceCompanies>
Plain XML after unescaped
<?xml version="1.0" encoding="UTF-8" ?> <InsuranceCompanies> <Top_Insurance_Companies> <Name>Berkshire Hathaway ( BRK.A)</Name> <Capitalization>$655 billion</Capitalization> </Top_Insurance_Companies> </InsuranceCompanies>
For Advanced Users
Load External URL in Browser URL like this https://fancytextconverter.com/
https://fancytextconverter.com/xml-escape-unescape#url= https://gist.gi thubusercontent .com/cbmgit/a26 f750999a9925c02 a1a9e5f4c2c150/ raw/CompaniesBy MCapital