Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Many books are divided in Parts. In some titles even a Part can be divided into (sub-)parts. Often these Parts only have a title and no further content. In those cases, an empty part page can be avoided by leaving out id-attribute in the <book-part>-element. If the id-attribute is included, an empty part page is presented at brill.com. See for example I Kollektive: Tumult, Aufstand, Avantgarde in: Im Gedränge (brill.com). The corresponding xml for this part is: 

Incorrect <book-part> coding
<book-part book-part-type="part" seq="2" id="BP000006">
	<book-part-meta>
		<title-group>
			<label>I</label>
			<title><italic>Kollektive: Tumult, Aufstand, Avantgarde</italic></title>
		</title-group>
	</book-part-meta>
...

The attribute id="BP000006" should NOT have been used in the book-part element.

Value without Fetish – Uno Kōzō’s Theory of ‘Pure Capitalism’ in Light of Marx’s Critique of Political Economy | Brill, is an example in which the id-attribute is not used in combination with book-part book-part-type="part">. The Part-titles are included in the table of contents on the landing page of the title as well as in the table of contents in the right column, but these are not clickable. The corresponding xml for the first part: 

Correct <book-part> coding
<book-part book-part-type="part" seq="1">
	<book-part-meta>
		<title-group>
			<label>Part 1</label>
			<title>The Method of <italic>The Critique of Political Economy</italic></title>
		</title-group>
	</book-part-meta>

Notes

  1. Parts can be nested. In case of a part within a part the <book-part book-part-type="part"> can be used again. Do NOT use other values such as subpart. These are not recognized at brill.com
  2. If the part-page contains more information that a title, the id-attribute should be added to the <book-part>-element to show this information in xml and pdf format.