<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<xbl xmlns="http://www.w3.org/ns/xbl"
     xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <binding element="h1">
    <template>
      <xhtml:b>This should be included in h1!</xhtml:b>
    </template>
  </binding>
  <binding element="h2">
    <template>
      <xhtml:b>This should be included in h2!</xhtml:b>
    </template>
  </binding>
  <binding element="nodefns>h3">
    <template>
      <xhtml:b>Error</xhtml:b>
    </template>
  </binding>
  <binding element="h4, h5">
    <template>
      <xhtml:b>This should be included in h4 and h5!</xhtml:b>
    </template>
  </binding>
  <binding element="h3#inc">
    <template>
      <xhtml:b>This should be included in h3 with id 'inc'!</xhtml:b>
    </template>
  </binding>
</xbl>
