Added macros for time_t as for off_t and used them to rework the code of
[exim.git] / doc / doc-docbook / MyStyle-spec-fo.xsl
CommitLineData
168e428f
PH
1<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-spec-fo.xsl,v 1.1 2005/06/16 10:32:31 ph10 Exp $ -->
2
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
4
5<!-- This stylesheet driver imports the DocBook XML stylesheet for FO output,
6and then imports my common stylesheet that makes changes that are wanted for
7all forms of output. Then it imports my FO stylesheet that contains changes for
8all printed output. Finally, there are some changes that apply only when
9printing the Exim specification document. -->
10
11<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.66.1/fo/docbook.xsl"/>
12<xsl:import href="MyStyle.xsl"/>
13<xsl:import href="MyStyle-fo.xsl"/>
14
15<!-- Nothing special for the full spec document yet -->
16
17</xsl:stylesheet>