<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:x="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  <head>
    <title>Basic mixed document</title>
    <x:model id="m1">
      <x:instance>
        <!-- @@@ forgot xmlns="" on <root> @@@ -->
        <root>
          <child/>
        </root>
      </x:instance>
      <x:bind nodeset="child" required="1"/>
    </x:model>
  </head>
  <body>
    <x:input ref="child" model="m1">
      <x:label>Label</x:label>
    </x:input>
  </body>
</html>
