This repository has been archived on 2026-07-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2011-10-26 09:44:02 +02:00

31 lines
1002 B
XML

<?xml version='1.0'?>
<entry xmlns='http://www.w3.org/2005/Atom'
xmlns:g='http://base.google.com/ns/1.0'>
<author>
<name>Jane Doe</name>
<email>JaneDoe@gmail.com</email>
</author>
<category scheme='http://base.google.com/categories/itemtypes'
term='recipes'/>
<title type="text">Marie-Louise's chocolate butter</title>
<content type="xhtml">
<b>Ingredients:</b>
<ul>
<li>250 g margerine,</li>
<li>200 g sugar,</li>
<li>2 eggs, and</li>
<li>approx. 8 tsp cacao.</li>
</ul>
<p>
Mix everything. Heat while stirring, but do not allow the mix to boil.
Put in a container and cool in fridge.
</p>
</content>
<g:item_type type="text">recipes</g:item_type>
<g:cuisine type="text">danish</g:cuisine>
<g:label type="text">butter</g:label>
<g:label type="text">chocolate</g:label>
<g:cooking_time type="intUnit">10 minutes</g:cooking_time>
<g:main_ingredient type="text">cacao</g:main_ingredient>
</entry>