format ingredients


  
  <!-- Format ingredients -->
  <xsl:template match="Ingredients">
  <H4>Ingredients</H4>
  <TABLE BORDER="1">
  <TR BGCOLOR="#308030"><TH>Qty</TH><TH>Units</TH><TH>Item</TH></TR>
  <xsl:for-each select="Ingredient">
  <TR>