Updates to make doc build on tahini
[exim.git] / doc / doc-docbook / MyStyle-spec-fo.xsl
1 <!-- $Cambridge: exim/doc/doc-docbook/MyStyle-spec-fo.xsl,v 1.6 2010/05/28 15:38:18 nm4 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,
6 and then imports my common stylesheet that makes changes that are wanted for
7 all forms of output. Then it imports my FO stylesheet that contains changes for
8 all printed output. Finally, there are some changes that apply only when
9 printing the Exim specification document. -->
10
11 <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/1.71.1/fo/docbook.xsl"/>
12 <xsl:import href="MyStyle.xsl"/>
13 <xsl:import href="MyStyle-fo.xsl"/>
14
15 <!-- Special for the spec document -->
16
17 </xsl:stylesheet>