|
|
|
Description |
|
|
The <page-header> tag defines the section’s or table’s header of a multi-page document. The tag is printed at the beginning of each subsequent page if the section or the table is to be continued on the next page. |
|
Example |
|
|
<?xml version="1.0" encoding="utf-8"?> <assembly id="nxm.tests.basic.pl"> . . . <page-header style="debug"> <text input="document_code"></text> </page-header> . . . </assembly> |
|
|
The tag prints a text from the document_code data field at the beginning of each subsequent page. |
|
Attributes |
|
|
style, |
|
Child elements permitted |
|
|
All child elements are permitted. |
|
Parent elements permitted |
|
|
<section>, <table>, |
|
|
|
|
|
|
|