<?xml version="1.0" encoding="utf-8"?>
<bindings xmlns="http://www.mozilla.org/xbl">

<!-- provide the default path to moz-behaviors.xml (keep the #behavior suffix) -->
<binding id="behavior" extends="moz-behaviors.xml#behavior"/>



<!-- example: table binding -->
<binding id="table" extends="moz-behaviors.xml#table"/>
<binding id="HoverGrid.htc" extends="#table">
<implementation><constructor>
  <![CDATA[
// you must hard-code the table's behavior file
//  (the path is relative to the containing page)
this.addBehavior("../../EDS/ClientCanvasScripts/HoverGrid.htc");
]]></constructor></implementation>
</binding>

</bindings>
