<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="members.xsl" ?>
<page>
<!--###############################################################################-->
<!--Enter your details between the tags below, e.g. <name>Firstname Lastname</name>-->
<!--###############################################################################-->

<!--Your name (easy enough!)-->
<name> Simon Smith</name>

<!--Date of birth, in the format dd/mm/yyyy-->
<dateofbirth>19/7/58 </dateofbirth>

<!--Batting Style, e.g. Right hand bat-->
<battingstyle>Right hand bat </battingstyle>

<!--Bowling Style, e.g. Right arm medium-->
<bowlingstyle> Right arm medium </bowlingstyle>

<!--Last years averages (be honest! We can check!!)-->
<bowlingaverage> 9.4 </bowlingaverage>
<battingaverage> 15.6</battingaverage>

<!--Add some of your own comments below. Be as verbose as you like!-->
<comments>
Main influences have been Brian Close, Sir Richard Hadlee, and Colin Lacey
</comments>
<!--###############################################################################-->
</page>
