from-where
From Where
Records the origin of a book part, for example, inside the narrative front matter, the
body, the back matter, or supplementary material, when the book part is exchanged
Remarks
When a <book-part> is exchanged, the
@from-where attribute can be used to record the origin
of the <book-part>, for example: in
the narrative <front-matter>, in the <body>, as part of the rear matter (<back>), or in supplementary material.
Used on Element: <book-part-wrapper>
Value | Meaning |
---|---|
back | Back matter |
body | Body |
front-matter | Front matter |
supplemental | Supplementary material |
Restriction | @from-where is an optional attribute; there is no default. |
Example
<book-part-wrapper
from-where="body"
dtd-version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink">
<book-meta>...</book-meta>
<book-part>...</book-part>
</book-part-wrapper>