Example of XML


<?xml version="1.0"?>
<page>
 <title>My first XML document</title>
 <body>
  <para>Hello world!</para>
 </body>
</page>