2
0
mirror of https://github.com/pyqt/examples.git synced 2025-08-27 20:17:17 +00:00
examples/xmlpatterns/schema/files/valid_recipe.xml
Michael Herrmann 54f8b69baa Restore broken links by reverting to revision a52c47bf
The commits since then moved many files into the src/ subdirectory.
This would have broken existing links on the internet. To solve this,
we leave the master branch as-is and make such breaking changes on a
different branch.
2019-06-28 16:21:19 +02:00

14 lines
549 B
XML

<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>