<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="bantam.xsl"?>

<Bantams  MinimumOrder="25">

  <description>"Bantams are miniature chickens."</description>

 <BrahmaBantams setters="excellent" handling="easy">

    <LightBrahma>
           <catalogNumber>LBBS</catalogNumber>
          <cost basis="perBird" units="dollars">2.72</cost>

           <description>"These beautiful birds were first recognized in America in 1898"</description>
   </LightBrahma>

    <BuffBrahma>
          <catalogNumber>BBBS</catalogNumber>
          <cost basis="perBird" units="Pesos">2,500</cost>
          <description>"The buff is the newest variety to be recognized in the U.S."</description>

    </BuffBrahma>

    <DarkBrahma>
        <catalogNumber>DBBS</catalogNumber>
       <cost basis="perBird" units="dollars">2.72</cost>
       <description>"One of the oldest and most established varieties."</description>
    </DarkBrahma>

 </BrahmaBantams>

 <Silkies>
    
    <White>
         <catalogNumber>WSBS</catalogNumber>
         <cost basis="each" units="dollars">2.95</cost>
    </White>
   <Blue>

         <catalogNumber>BXBS</catalogNumber>
         <cost basis="each" units="dollars">2.85</cost>
   </Blue>
   <Black>
         <catalogNumber>BSBS</catalogNumber>
        <cost basis="each" units="dollars">2.95</cost>
   </Black>

   <Buff>
         <catalogNumber>BFBS</catalogNumber>
         <cost basis="each" units="dollars">2.95</cost>
   </Buff>

 </Silkies>

 <BelgianBearded>
    <description>"These beautiful birds came to Europe from Japan in the 17th Century."</description>

    
   <MilleFleur>
      <catalogNumber>MFBS</catalogNumber>
     <cost basis="each" units="dollars">2.95</cost>
      <description>"The most fascinating of all Bantams."</description>   
   </MilleFleur>
   <Porcelin>
     <catalogNumber>PBBS</catalogNumber>

    <cost basis="each" units="dollars">2.95</cost>
    <description>"All feathers are tipped in white."</description>
   </Porcelin>

 </BelgianBearded>

 <Sultan>
   <catalogNumber>SUBS</catalogNumber>

   <cost basis="each" units="dollars">2.95</cost>
   <description>"This breed has a crest, beard and muff, vulture hocks, feathered shanks and 5 toes."</description>   
</Sultan>

</Bantams>
