1 <bindings xmlns="http://www.mozilla.org/xbl"
 2     xmlns:xbl="http://www.mozilla.org/xbl"
 3     xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 4 
 5   <binding id="buttonmenu" display="xul:menu" 
 6            extends="chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton">
 7     <content>
 8       <children includes="observes|template|menupopup|tooltip"/>
 9       <xul:image class="toolbarbutton-icon" xbl:inherits="validate,src=image,toolbarmode,buttonstyle"/>
10       <xul:label class="toolbarbutton-text" crop="right" flex="1"
11                  xbl:inherits="value=label,accesskey,crop,dragover-top,toolbarmode,buttonstyle"/>
12     </content>
13   </binding>
14 
15 </bindings>


syntax highlighted by Code2HTML, v. 0.9.1