Example of an XML Document
<?xml version=“1.0”/>
<address>
<name>Alice Lee</name>
<email>
[email protected]</email>
<phone>212-346-1234</phone>
<birthday>1995-03-22</birthday>
</address>
The actual benefit of using XML highly depends
on the design of the application.