XML source

<?xml version="1.0"?>
<xslTutorial >
<contact>
<name>John Smith</name>
<street>Long street </street>
<number>7</number>
<tel>
<home>25252511</home>
<work>14598752</work>
</tel>
</contact>
<contact>
<name>Joe Rye</name>
<street>Short avenue </street>
<number>75</number>
<tel>
<home>21111111</home>
<work>258987412</work>
</tel>
</contact> 
</xslTutorial>