<?xml version="1.0" encoding="utf-8"?>
<book xmlns="http://docbook.org/ns/docbook"
      version="5.0">
  <?db bibliography-collection="../biblio-014-a.xml ../biblio-014-b.xml"?>
<info>
  <title>Unit Test: bibliography.014.xml</title>
  <abstract>
    <para>This tests multiple “auto” bibliographies.</para>
  </abstract>
</info>

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

  <para>Citations: <citation>FirstThing</citation>, <citation>SecondThing</citation>,
  and <citation>ThirdThing</citation>.</para>

  <para>Each bibliography should contain one item.</para>
</chapter>

<bibliography role="auto">
  <title>Bibliography</title>
  <bibliomixed><abbrev>ThirdThing</abbrev>Another Author.
  <citetitle>Another title</citetitle>.
  Some publisher, 2025.</bibliomixed>
</bibliography>

</book>
