Example bibliography list capture with heading and subheadings
Example demonstrating the XML capture of a bibliography section with a heading that is divided into subsections with headings.
Printed book
XML
<bibliographyGroup>
<bibliography id="oso-9780195169713-miscMatter-2-bibliography-1" doi="10.1093/oso/9780195169713.002.2.004.1"><titleGroup>
<title>
<p>Further reading</p>
</title></titleGroup><bibList>
<titleGroup>
<title>
<p>Schizophrenia</p>
</title>
</titleGroup>
<bibItem class="book"> ... </bibItem>
<bibItem class="book"> ... </bibItem>
<!-- ... --></bibList><bibList>
<titleGroup>
<title>
<p>Bipolar disorder</p>
</title>
</titleGroup>
<bibItem class="book"> ... </bibItem>
<bibItem class="book"> ... </bibItem>
<!-- ... --></bibList>
</bibliography>
</bibliographyGroup>