Sunday, July 21, 2013

What is XML (extensible markup language) ?



Extensible markup language which is shorten to XML,  XML using to store, and transport information. XML is much easier to use. XML isn't a programming language but XML document is a string of characters any Unicode character will show in an XML document. 

The following example is a note to Tove, from Jani, stored as XML: 

<note> <to>Tove</to> 
<from>Jani</from>
 <heading>Reminder</heading>
<body>Don't forget me this weekend!</body> 
</note>

Source from W3school


No comments:

Post a Comment