<?xml version="1.0"?>

<bindings
  xmlns="http://www.mozilla.org/xbl"
  xmlns:xbl="http://www.mozilla.org/xbl"
  xmlns:html="http://www.w3.org/1999/xhtml"
  xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <binding id="navbox">
  <content>
    <xul:box orient="vertical">
      <xul:text value="Labels and Buttons"/>
      <children includes="text|button"/>
    </xul:box>
    <xul:box orient="vertical">
      <xul:text value="Other Elements"/>
      <children/>
    </xul:box>
  </content>
</binding>


</bindings>
