<page-footer> (Template Tag)


Description


The tag defines the section’s or table’s footer of a multi-page document. The tag is printed at the end 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-footer style="small">

   <text>Document code:</text><text input="document_code"></text>

</page-footer>

. . .

 </assembly>


The tag prints a text from the document_code data field at the end of each subsequent page.


Attributes


style,


Child elements permitted


All child elements are permitted.


Parent elements permitted


<section>, <table>,