XML Publisher last page only content

In some cases in XML publisher reports, we need to get content in only last page of the report.

This requirement may come in case of generating cheques for invoices, Signature content on each report like invoice, packslips, purchase orders.

To do this add XML publisher content tag as

<?start@last-page:body?> <?end body?>

before this line add ‘Continuous Section Break’ of MS-Word in your rtf template file.

Click on Insert->Break menu in MS-Word and select ‘Continuous’ radious button in the break dialog that comes up.

Any content followed above tag line will be shown at footer part of your report.

In some cases if report fits on single page, then you can use

<?start@last-page-first:body?> <?end body?>

as last page content tag.


4 Responses to “XML Publisher last page only content”

Leave a Reply