Whole document tree BeginPageDescriptionBeginPage marks a page break in a print version of a work that may be displayed online. It is without content, but has common and PageNum attributes. The value of PageNum, which is not required, should be the folio (page number) of the page beginning at that point. UsageOnce you give a PageNum to a BeginPage, subsequent BeginPages should be assumed to indicate that value incremented by one per BeginPage. You can indicate a change or reset in page numbering by providing a PageNum value for a later BeginPage. BeginPage, like IndexTerm, is handled as an SGML inclusion. To generalize, if you parse a DocBook instance that has as its doctype a structure smaller than Sect1 or RefEntry, your SGML parser will not pick up the inclusion, and you will have to include a modification of the doctype element in the document type declaration, or redefine the element in your customization layer. Attributes
Examples<CHAPTER><TITLE>BeginPage is a Chapter-Level Inclusion</TITLE> <PARA> Use BeginPage to show <BEGINPAGE PAGENUM="7"> your help desk personnel where information occurs in the printed version of the documentation. Or to show where the page breaks in some important text, <BLOCKQUOTE> <PARA>…An external entity is one where the replacement text itself does <BEGINPAGE PAGENUM="378"> not appear in the entity declaration … . </PARA></BLOCKQUOTE> so that the reader can understand its significance better. </PARA> </CHAPTER> |