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>
<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>