pb (hendiDocuments)
Back
<pb> (page break) This element indicates a linebeginning.
Other Customizations
Attributes
rend
opt
rend is intended as an extension to break and is to be used when, for example, a hyphen is missing at the line break.
facs
opt
(facsimile)
points to all or part of an image which corresponds with the content of the element.
Datatype
teidata.pointer
n
opt
(number)
gives a number (or other label) for an element, which is not necessarily unique within the document.
Example
<p> ... <pb n="145" ed="ed2"/>
<!-- Page 145 in edition "ed2" starts here --> ... <pb n="283" ed="ed1"/>
<!-- Page 283 in edition "ed1" starts here--> ... </p>
Example
<att>facs</att> <body>
<pb n="1" facs="page1.png"/>
<!-- page1.png contains an image of the page;
the text it contains is encoded here -->
<p>
<!-- ... -->
</p>
<pb n="2" facs="page2.png"/>
<!-- similarly, for page 2 -->
<p>
<!-- ... -->
</p>
</body>