Inital commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
This directory contains some XML files for uploading
|
||||
sample data to Google Base via the API. For instance,
|
||||
the customer tool which is part of the Java client
|
||||
library examples can be used for submitting the data.
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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>
|
||||
@@ -0,0 +1,36 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user