XML (Extensible Markup Language) is used to describe data. The XML standard is a flexible way to create information formats and electronically share structured data via the public internet, as well as via corporate networks.
XML is a markup language based on Standard Generalized Markup Language (SGML) used for defining markup languages.
XML's primary function is to create formats for data that is used to encode information for documentation, database records, transactions and many other types of data. XML data may be used for creating different content types that are generated by building dissimilar types of content -- including web, print and mobile content -- that are based on the XML data.
XML data Try it.
<?xml version="1.0" encoding="UTF-8" ?>
<InsuranceCompanies>
<Top_Insurance_Companies>
<Name>Berkshire Hathaway ( BRK.A)</Name>
<Market_Capitalization>$655 billion</Market_Capitalization>
</Top_Insurance_Companies>
</InsuranceCompanies>