source: trunk/examples/xmlpatterns/recipes/files/cookbook.xml@ 385

Last change on this file since 385 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<cookbook>
3 <recipe xml:id="MushroomSoup">
4 <title>Quick and Easy Mushroom Soup</title>
5 <ingredient name="Fresh mushrooms"
6 quantity="7"
7 unit="pieces"/>
8 <ingredient name="Garlic"
9 quantity="1"
10 unit="cloves"/>
11 <ingredient name="Olive oil"
12 quantity="2"
13 unit="tablespoons"/>
14 <ingredient name="Milk"
15 quantity="200"
16 unit="milliliters"/>
17 <ingredient name="Water"
18 quantity="200"
19 unit="milliliters"/>
20 <ingredient name="Cream"
21 quantity="100"
22 unit="milliliters"/>
23 <ingredient name="Vegetable soup cube"
24 quantity="1/2"
25 unit="cubes"/>
26 <ingredient name="Ground black pepper"
27 quantity="1/2"
28 unit="teaspoons"/>
29 <ingredient name="Dried parsley"
30 quantity="1"
31 unit="teaspoons"/>
32 <time quantity="20"
33 unit="minutes"/>
34 <method>
35 <step>1. Slice mushrooms and garlic.</step>
36 <step>2. Fry mushroom slices and garlic with olive oil.</step>
37 <step>3. Once mushrooms are cooked, add milk, cream water. Stir.</step>
38 <step>4. Add vegetable soup cube.</step>
39 <step>5. Reduce heat, add pepper and parsley.</step>
40 <step>6. Turn off the stove before the mixture boils.</step>