examples/xmlpatterns/schema/files/valid_recipe.xml
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 11:15:19 +0300
branchRCL_3
changeset 11 25a739ee40f4
parent 0 1918ee327afb
permissions -rw-r--r--
3a438a6e0b41f1ef657ef0e648d352db636204aa

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