
I recently created the files necessary to create a PDF version of the XSLT 1.0 specification with FOP. The following table provides links to and describes the files:
| foplogo.jpeg | This file is a small version of the FOP logo, which appears at the bottom of each page of the PDF file. |
| pdfstyles.xsl | This file contains attribute sets that define the page and paragraph styles used to produce the PDF file. Keeping the styles in a separate file lets me quickly make cosmetic changes. Doing so also provides a handy way to use the same styles across a group of documents, which is a handy way to ensure consistency. |
| REC-xslt-19991116.pdf | The PDF file that results from running FOP (version 0.20.5) on REC-xslt-19991116.xml with SpecToPDF.xsl. |
| REC-xslt-19991116.xml | The file that contains the XML verison of the XSL 1.0 specification. Written by James Clark. |
| SpecToPDF.xsl | This file contains the transformation code to transform REC-xslt-19991116.xml into the formatting object code that results in a PDF file. |
| W3CLogo.gif | The W3 logo, for use on the title page of REC-xslt-19991116.pdf |