29 lines
691 B
XML
29 lines
691 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Recipes>
|
|||
|
<Recipe>
|
|||
|
<Name>Supp</Name>
|
|||
|
<Description>
|
|||
|
Väga hea supp
|
|||
|
</Description>
|
|||
|
<Ingredients>
|
|||
|
<Ingredient>
|
|||
|
<Name>Porgand</Name>
|
|||
|
<Amount multiplierPerPortion="2">100</Amount>
|
|||
|
<Unit>g</Unit>
|
|||
|
</Ingredient>
|
|||
|
<Ingredient>
|
|||
|
<Name>Kartul</Name>
|
|||
|
<Amount multiplierPerPortion="2">200</Amount>
|
|||
|
<Unit>g</Unit>
|
|||
|
</Ingredient>
|
|||
|
</Ingredients>
|
|||
|
<Steps>
|
|||
|
<Step>Koori kartul</Step>
|
|||
|
<Step>Pese porgand</Step>
|
|||
|
<Step>Kõik potti keema</Step>
|
|||
|
<Step>Oota kuni valmis</Step>
|
|||
|
<Step>Serveeri ja naudi</Step>
|
|||
|
</Steps>
|
|||
|
</Recipe>
|
|||
|
</Recipes>
|