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
PicasaConnector/gdata/java/sample/gbase/examples/recipe2.xml
T
2011-10-26 09:44:02 +02:00

37 lines
1.4 KiB
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>Ulla's famous chocolate mousse</title>
<content type="xhtml">
<b>Ingredients:</b>
<ul>
<li>125 g dark chocolate,</li>
<li>50 g butter,</li>
<li>50 g sugar, and</li>
<li>4 eggs</li>
</ul>
<p>
Melt the chocolate togther with butter and two tablespoons
of water. Add the sugar. Beat in the egg yolks one at the time.
Add strong coffee, rum, cognac or something similar until the
consistency is like mayonnaise. Beat the egg whites until they are stiff
and gently fold them into the chocolate mix. Poor the mix into a bowl
or individual serving pots and leave in the fridge to cool down.
Serve decorated with whipped cream.
</p>
</content>
<g:item_type type="text">recipes</g:item_type>
<g:cuisine type="text">danish</g:cuisine>
<g:cooking_time type="intUnit">20 minutes</g:cooking_time>
<g:servings type="int">4</g:servings>
<g:course type="text">dessert</g:course>
<g:main_ingredient type="text">dark chocolate</g:main_ingredient>
<g:main_ingredient type="text">butter</g:main_ingredient>
</entry>