blob: e3b54e457fabf49fa95bb352bb6d959e677056f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
<?xml version="1.0" standalone="yes" encoding="ISO-8859-1"?>
<!DOCTYPE mx2 SYSTEM "mx2.dtd">
<mx2 source="my mind" date="Oct 22, 2009">
<Summ><Nam>Summary name</Nam></Summ> <!-- NOT SUPPORTED -->
<RcpE name="Cookies Test" author="Colleen Beamer">
<Serv qty="2"/><PrpT elapsed="0:30"/>
<CatS>
<CatT>Snacks</CatT>
<CatT>Cookies & Squares</CatT>
</CatS>
<IngR name="granulated sugar" unit="c." qty="0.75 1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="brown sugar" unit="c." qty="3/4 1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="all-purpose flour" unit="c." qty="2" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="baking soda" unit="tsp." qty="1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="shortening" unit="c." qty="1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="peanut butter" unit="c." qty="1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="eggs" unit="" qty="2" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="vanilla extract" unit="tsp." qty="1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<DirS>
<DirT>Drop by spoonful on greased cookie sheet.</DirT>
<DirT>Bake in moderate oven.</DirT>
</DirS>
<!-- NOT SUPPORTED -->
<Desc>Short description, I guess</Desc>
<Srce>krecipes.sourceforge.nte</Srce>
<AltS label="Internet address" source="http://krecipes.sourceforge.net/"/>
<Yield unit="kilogram" qty="1"/>
</RcpE>
<RcpE name="Cookies Test" author="Colleen Beamer">
<Serv qty="2"/><PrpT elapsed="0:30"/>
<CatS>
<CatT>Snacks</CatT>
<CatT>Cookies & Squares</CatT>
</CatS>
<IngR name="granulated sugar" unit="c." qty="0.75 1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="brown sugar" unit="c." qty="3/4 1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="all-purpose flour" unit="c." qty="2" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="baking soda" unit="tsp." qty="1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="shortening" unit="c." qty="1" code="I">
<INtI></INtI>
<IPrp>softened, at room temperature</IPrp>
</IngR>
<IngR name="peanut butter" unit="c." qty="1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="eggs" unit="" qty="2" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<IngR name="vanilla extract" unit="tsp." qty="1" code="I">
<INtI></INtI>
<IPrp></IPrp>
</IngR>
<DirS>
<DirT>Drop by spoonful on greased cookie sheet.</DirT>
<DirT>Bake in moderate oven.</DirT>
</DirS>
<!-- NOT SUPPORTED -->
<Desc>Short description, I guess</Desc>
<Srce>krecipes.sourceforge.nte</Srce>
<AltS label="Internet address" source="http://krecipes.sourceforge.net/"/>
<Yield unit="kilogram" qty="1"/>
</RcpE>
</mx2>
|