diff options
author | Tobias Koenig <tokoe@kde.org> | 2009-05-19 14:17:18 (GMT) |
---|---|---|
committer | Tobias Koenig <tokoe@kde.org> | 2009-05-19 14:17:18 (GMT) |
commit | fa26e5759c645c9ed9c81a86dba72881dd1d776c (patch) | |
tree | e45c83f8632307d30aaa1fcc788cfff9a2400b8a /examples/xmlpatterns/schema/files/valid_recipe.xml | |
parent | 017fd8ebb129947603eeea5474a067d45a33eccb (diff) | |
download | Qt-fa26e5759c645c9ed9c81a86dba72881dd1d776c.zip Qt-fa26e5759c645c9ed9c81a86dba72881dd1d776c.tar.gz Qt-fa26e5759c645c9ed9c81a86dba72881dd1d776c.tar.bz2 |
Add missing example files
Diffstat (limited to 'examples/xmlpatterns/schema/files/valid_recipe.xml')
-rw-r--r-- | examples/xmlpatterns/schema/files/valid_recipe.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/xmlpatterns/schema/files/valid_recipe.xml b/examples/xmlpatterns/schema/files/valid_recipe.xml new file mode 100644 index 0000000..f6499ba --- /dev/null +++ b/examples/xmlpatterns/schema/files/valid_recipe.xml @@ -0,0 +1,13 @@ +<recipe> + <title>Cheese on Toast</title> + <ingredient name="Bread" quantity="2" unit="slices"/> + <ingredient name="Cheese" quantity="2" unit="slices"/> + <time quantity="3" unit="minutes"/> + <method> + <step>1. Slice the bread and cheese.</step> + <step>2. Grill one side of each slice of bread.</step> + <step>3. Turn over the bread and place a slice of cheese on each piece.</step> + <step>4. Grill until the cheese has started to melt.</step> + <step>5. Serve and enjoy!</step> + </method> +</recipe> |