Creating Regions

In version 1.0 of the XSL specification, page masters have five regions. The central region, which corresponds to body of the page, is called the body region. The top part of the page, the header, is called the before region, the bottom part of the page, the footer, is called the after region. In languages that read left to right, such as English, the left side of the page is called the start region and the right side is called the end region. In languages that read right to left, the start and end regions are reversed. The start and end regions are like sidebars that flank the body region.

The following XSL-FO elements correspond to these regions:

  • <fo:region-before>

  • <fo:region-after>

  • <fo:region-body>

  • <fo:region-start>

  • <fo:region-end> ...

Get Inside XSLT now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.