<?xml version="1.0"?>  
<bindings xmlns="http://www.mozilla.org/xbl" xmlns:xbl="http://www.mozilla.org/xbl">
 <binding id="simple">
  <implementation>
   <method name="poke">
    <parameter name="text"/>
    <body>
     this.appendChild(document.createTextNode(text));
    </body>
   </method>
  </implementation>
  <content>
   <text xmlns="">
    Child <text xbl:inherits="xbl:text=number"/>:
   </text>
   <children/>
  </content>
 </binding>
</bindings>
