Sha256: 89e414c02995345e6d56b487002b8afccff579b11fbf3540a2ae5a8a12a10e17
Contents?: true
Size: 810 Bytes
Versions: 3
Compression:
Stored size: 810 Bytes
Contents
<?xml version="1.0"?> <!-- http://en.wikipedia.org/wiki/XML --> <recipe name="bread" prep_time="5 mins" cook_time="3 hours"> <title>Basic bread</title> <ingredient amount="8" unit="dL">Flour</ingredient> <ingredient amount="10" unit="grams">Yeast</ingredient> <ingredient amount="4" unit="dL" state="warm">Water</ingredient> <ingredient amount="1" unit="teaspoon">Salt</ingredient> <instructions> <step>Mix all ingredients together.</step> <step>Knead thoroughly.</step> <step>Cover with a cloth, and leave for one hour in warm room.</step> <step>Knead again.</step> <step>Place in a bread baking tin.</step> <step>Cover with a cloth, and leave for one hour in warm room.</step> <step>Bake in the oven at 180(degrees)C for 30 minutes.</step> </instructions> </recipe>
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
dreamcat4-libxml-bindings-0.2.0 | test/xml/recipie.xml |
dreamcat4-libxml-bindings-0.2.1 | test/xml/recipie.xml |
libxml4r-0.2.6 | test/xml/recipie.xml |