<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:xf="http://www.w3.org/2002/xforms"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <title>Testcase 004</title>
 <style type="text/css">
  @namespace xforms url("http://www.w3.org/2002/xforms");
  xforms|input::value{ background: lime }
  div{ margin: 1em }
 </style>
 <xf:model>
  <xf:instance>
   <test xmlns="">
    <first>0.00</first>
   </test>
  </xf:instance>
  <xf:bind nodeset="/test/*" type="xsd:decimal"/>
 </xf:model>
 <div>
  <p>The following form control should have a green background.</p>
 </div>
 <div>
  <xf:input ref="/test/first"/>
 </div>
</html>
