XML_Book Chapter Tags
XML_Book Chapter Tags
Please note that information, that belongs to the backmatter of a chapter, shall be included within
the <back> element within <body> (//book-part/back) rather than within <book> directly
(book/back).
Within the Online Data, each chapter is tagged within a separate XML file. The basic structure of
those XML files is as follows:
<book>
<book-series-meta /> <!-- meta information on the series -->
<book-meta/> <!-- meta information on the book -->
<body> <!-- containing the chapters of a book -->
<book-part>
<book-part-meta/> <!-- meta information on the book part -->
<body/> <!-- content of the book part -->
<back/> <!-- backmatter of the book part -->
</book-part>
</body>
<back> <!-- material following the narrative flow, e.g. appendices,
references. -->
<ref-list/>
<app-group/>
<index/>
...
</back>
</book>
Please note that information, that belongs to the backmatter of a chapter, shall be included within
the <back> element within <body> (//book-part/back) rather than within <book> directly
(book/back).
Within the Online Data, each chapter is tagged within a separate XML file. The basic structure of
those XML files is as follows:
<book>
<book-series-meta /> <!-- meta information on the series -->
<book-meta/> <!-- meta information on the book -->
<body> <!-- containing the chapters of a book -->
<book-part>
<book-part-meta/> <!-- meta information on the book part -->
<body/> <!-- content of the book part -->
<back/> <!-- backmatter of the book part -->
</book-part>
</body>
<back> <!-- material following the narrative flow, e.g. appendices,
references. -->
<ref-list/>
<app-group/>
<index/>
...
</back>
</book>
Please note that information, that belongs to the backmatter of a chapter, shall be included within
the <back> element within <body> (//book-part/back) rather than within <book> directly
(book/back).