View Single Post
Posts: 41 | Thanked: 18 times | Joined on Jun 2008 @ Toronto
#7
Great program!

Any chance that this could support ingredient groups? I was trying to figure out why my ingredients weren't showing up in PyRecipe, and then I realized that all my ingredients are in groups.

Groups look like this in Gourmet's XML file:

Code:
<inggroup>
 <groupname>
         Saute 5 minutes
 </groupname>
 <ingredient>
  <item>
         olive oil
  </item>
 </ingredient>
 <ingredient>
  <amount>
          2
  </amount>
  <unit>
          cups
  </unit>
  <item>
          onion, choped
  </item>
 </ingredient>
</inggroup>