<?xml version="1.0" encoding="UTF-8"?>
<!--
  Tree MIDI XML sample. Each element becomes a node; the tag is the label.
  A name / label / id / title attribute is shown in parentheses, and a leaf
  element's text becomes part of its label ("tag: text"). Edit freely, save,
  and re-import with the "Import file" button on the Tree MIDI page.
-->
<recipe name="Pancakes">
  <ingredients>
    <item>flour</item>
    <item>milk</item>
    <item>eggs</item>
    <item>butter</item>
    <item>salt</item>
  </ingredients>
  <steps>
    <step>mix the dry</step>
    <step>whisk the wet</step>
    <step>combine gently</step>
    <step>rest the batter</step>
    <step>cook on the griddle</step>
  </steps>
  <serving>
    <plate id="1">stack</plate>
    <plate id="2">butter and syrup</plate>
  </serving>
</recipe>
