
Extensible Stylesheet Language (XSL) • 317
<fo:block font-size="16pt" font-family="sans-serif" line-
height="16pt" space-after.optimum="16pt">We suggest
that you try this example yourself to get a better
understanding of XSL-FO, because we have found out that
this technology can be quite confusing for novices.</
fo:block>
</fo:ow>
</fo:page-sequence>
• The <fo:page-sequence> element specifies how to create a sub-sequence of pages in a document.
For example, we may wish to specify a header, a body, and footer for every page. This is defined
here. For instance, using this element can create a chapter in a report. The content of ...