<?xml version="1.0"?>

<?xml-stylesheet type="text/xsl" href="attrb.xsl"?>

<!--  Attributes example  -->

<pets>
  <dog purebred="yes">
     <type>Border Collie</type>
     <statistics date="02/12/99">
         <weight unit="pounds"> 12 </weight>
         <height unit="inches"> 10 </height>
    </statistics>
    <owner  type="professional breeder">
       <name>Ann Apple</name>
       <address>123 Oak Street</address>
    </owner>  
  </dog>

 <dog purebred="no">
     <type>pound puppy</type>
     <statistics date="06/22/00">
         <weight unit="pounds"> 42 </weight>
         <height unit="inches"> 30 </height>
    </statistics>
    <owner  type="former housewife">
       <name>Betty Buttons</name>
       <address>456 Elm Street</address>
    </owner>  
  </dog>
</pets>