source: trunk/examples/xmlpatterns/schema/files/invalid_recipe.xml@ 846

Last change on this file since 846 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 597 bytes
Line 
1<recipe>
2 <title>Cheese on Toast</title>
3 <ingredient name="Bread" quantity="2" unit="slices"/>
4 <ingredient name="Cheese" quantity="2" unit="slices"/>
5 <time quantity="3" unit="days"/>
6 <method>
7 <step>1. Slice the bread and cheese.</step>
8 <step>2. Grill one side of each slice of bread.</step>
9 <step>3. Turn over the bread and place a slice of cheese on each piece.</step>
10 <step>4. Grill until the cheese has started to melt.</step>
11 <step>5. Serve and enjoy!</step>
12 </method>
13 <comment>Tell your friends about it!</comment>
14</recipe>
Note: See TracBrowser for help on using the repository browser.