<?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>Jim Vanderpump</name>

<!--Date of birth, in the format dd/mm/yyyy-->
<dateofbirth>4/12/1983</dateofbirth>

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

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

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

<!--Add some of your own comments below. Be as verbose as you like!-->
<comments>
Occasional wicket keeper. Hopes to beat father in next years averages
</comments>
<!--###############################################################################-->
</page>
