<?xml version="1.0"?>

<bindings id="insaneBindings"
          xmlns="http://www.mozilla.org/xbl"
          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <binding id="numbertwo">
    <content>
      <children/>
      <xul:text value="c"/>
      <children includes="button"/>
      <xul:text value="e"/>
      <children includes="text"/>
      <xul:text value="h"/>
    </content>
  </binding>     
  
</bindings>

  