Glossaries
Capture glossaries in miscMatter class="glossary", list class="glossary" using list1 listType="headed".
| BMCT:GLO | End Matter glossary |
| CHBM:GLO | Chapter or article level glossary |
| GLT | Glossary entry |
miscMatter[@class="glossary"]//list[@class="glossary"]/list1[listType="headed"]
Capture each glossary term and its definition in a single item1 element.
Capture the glossary term using a title element. Capture the definition using a
p element.
Glossary terms are sometimes defined where they occur in the text using a note.
Glossary terms in the text may also link to their definition.
<miscMatter class="glossary" id="acref-9780198662716-miscMatter-0009">
<titleGroup><title>
<p>Glossary</p></title>
</titleGroup>
<textMatter><p>
<list class="glossary">
<list1 listType="headed">
<item1 id="acref-9780198662716-miscMatter-0009-item1-1">
<title>
<p>Aperture</p>
</title>
<p>The opening behind or between lens components which controls the depth of
field.</p>
</item1>
<item1 id="acref-9780198662716-miscMatter-0009-item1-2">
<title>
<p>Depth of Field</p>
</title>
<p>A term which refers to the areas around the focal point which remain sharp and
'in focus' when taking a photograph.</p>
</item1>
</list1>
</list></p>
</textMatter>
</miscMatter>