0% found this document useful (0 votes)
17 views2 pages

XML_Book Chapter Tags

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views2 pages

XML_Book Chapter Tags

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

General structure

Books - Online DataBO


Chapter XMLBO
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).

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).

You might also like