<?xml version="1.0" encoding="utf-8"?>
<book xmlns="http://docbook.org/ns/docbook" version="5.0">
<?db glossary-collection="../gloss-011-a.xml ../gloss-011-b.xml"?>
<info>
  <title>glossary.011.xml</title>
  <abstract>
    <para>This tests multiple “auto” glossaries.</para>
  </abstract>
</info>

<chapter>
  <title>Some title</title>

  <para>What about <glossterm baseform="Apple">Apples</glossterm>,
  <glossterm baseform="Pear">Pears</glossterm>,
  and <glossterm baseform="Cherry">Cherries</glossterm>.</para>
</chapter>

<glossary role="auto">
  <title>Glossary</title>
  <glossentry>
    <glossterm>Cherry</glossterm>
    <glossdef>
      <para>The most common cherry species in cultivation is sweet cherry (P.
      avium) to which most cherry cultivars belong. The sour cherry (P. cerasus)
      is also cultivated, mainly for cooking. Both species originate in Europe
      and western Asia; they usually do not cross-pollinate. In East Asia,
      Chinese cherry (P. pseudocerasus) and downy cherry (P. tomentosa) have
      been cultivated for thousands of years for their sweet fruits.</para>
    </glossdef>
  </glossentry>
</glossary>

</book>
