<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="xmltest3.xsl"?>
<town>
<family>
  <surname>Jones</surname>
  <dad>Fred</dad>
  <mom>Alice</mom>
  <son>John</son>
  <son>Alfred</son>
  <daughter>Mary</daughter>
</family>
<family>
  <surname>Smith</surname>
  <dad>Bill</dad>
  <mom>Jill</mom>
  <son>Will</son>
  <son>Phil</son>
  <daughter>Millie</daughter>
  <daughter>Tillie</daughter>
</family>
</town>


