<?xml version="1.0"?>  
<bindings xmlns="http://www.mozilla.org/xbl"
          xmlns:html="http://www.w3.org/1999/xhtml">
  <binding id="test"> 
    <handlers>
      <handler event="click">
        alert('This should not appear!');
      </handler>
    </handlers>
    <content> 
      EVIL! THIS SHOULD NOT APPEAR!!!
    </content> 
  </binding>
</bindings>
