Skip to main content

<bodymatter>


  • Date:
    23/08/2022
  • Modified:
    28/02/2025
  • Category:
    Elements

The <bodymatter> element is a container for parts that are usually found in the body of a publication, such as parts, chapters, and interleaf.

Children elements

ElementExplanationRequired
<section>

See section element and Sectioning.

Yes

Examples

Book with chapter and subchapters
<bodymatter>
  <section level="1" role="chapter">...</section>
  <section level="2" role="subChapter">...</section>
  <section level="2" role="subChapter">...</section>
</bodymatter>
Book with parts and chapters
<bodymatter>
  <section level="1" role="part">...</section>
  <section level="2" role="chapter">...</section>
  <section level="2" role="chapter">...</section>
</bodymatter>

  • Date:
    23/08/2022
  • Modified:
    28/02/2025
  • Category: