Max Planck Encyclopedia main text
Use nested div[1-7,N] tags to represent the structure, e.g. div1 for the top-level sections, each containing div2s for the second-level sections.
This information extends the general information.
e/section[@role="main"]/textMatter
The text may be divided into sections and subsections indicated numerically. The levels in the hierarchy are numbered as follows:
- A, B, C
- 1, 2, 3
- (a), (b), (c)
- (i), (ii), (iii)
Input text
Output XML
<section role="main">
<textMatter><div1>
<titleGroup>
<title>
<p>
<enumerator>A.</enumerator>Origin and purpose of the Tribunal</p>
</title>
</titleGroup>
<p>
<enumerator>1</enumerator>The Iran-United States Claims Tribunal, an international
arbitral tribunal, was established ...</p></div1><div1>
<titleGroup>
<title>
<p>
<enumerator>M.</enumerator>Issues addressed by the Tribunal</p>
</title>
</titleGroup>
<div2>
<titleGroup>
<title>
<p>
<enumerator>1.</enumerator>Procedural and institutional issues</p>
</title>
</titleGroup>
<p>
<enumerator>52</enumerator>After the formal commencement of the Tribunal’s work on
1 July 1981, and before it ...</p>
</div2></div1>
</textMatter>
</section>