<?xml version="1.0" ?>
<!DOCTYPE DESSERT PUBLIC "-//FormatData//DTD DESSERT 0.3//EN" 
  "http://www.formatdata.com/dessert/dessert.dtd">
<?xml-stylesheet href="dessertmama.css" type="text/css" ?>
<html>
<DESSERT version="0.3">
  <body>
  <recipe>
    <head>
      <title>currant juice for jam
</title>
    </head>
    <ingredients>

  

     <ing>
        <amt><qty>1</qty> <unit>pint</unit></amt>
        <item>currants, any color</item>
      </ing>

   
      <ing>
        <amt><qty>3</qty> <unit>cups</unit></amt>
        <item>water</item>
      </ing>


 
     

    </ingredients>
    <directions>

      <step>Wash and destem currants</step>
     <step>Place currants in saucepan; cover with water</step>
     <step>Bring to boil and simmer 20-30 minutes</step>
     <step>Strain using a fine-mesh colander or other strainer</step>
     <step>Store juice in refrigerator for up to a few weeks</step>

    
    </directions>
  </recipe>
</body>
</DESSERT>

</html>