tidying
[exim.git] / doc / doc-docbook / MyStyle-spec-fo.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
2
3 <!-- This stylesheet driver imports the DocBook XML stylesheet for FO output,
4 and then imports my common stylesheet that makes changes that are wanted for
5 all forms of output. Then it imports my FO stylesheet that contains changes for
6 all printed output. Finally, there are some changes that apply only when
7 printing the Exim specification document. -->
8
9 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
10 <xsl:import href="MyStyle.xsl"/>
11 <xsl:import href="MyStyle-fo.xsl"/>
12
13 <!-- Special for the spec document -->
14
15 </xsl:stylesheet>