
✔ Refer to Chapter 5, “XSL Transformation,” for instructions on how to apply XSLT style
sheets with LotusXSL.
This XSLT style sheet creates an XML document, not an HTML document.
It reorganizes the document by creating a table of contents. The XSLT style
sheet also inserts a processing instruction that links the XML document to
a CSS style sheet.
The browser loads the XML document and the CSS style sheet to format it.
The major advantage of this solution, when compared to using XSLT to cre-
ate an HTML document, is that the final document is in XML. Therefore,
the final document still contains structure-rich markup.
187
XSLFO
Figure 6.12: Combining XSL ...