Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346
[exim.git] / doc / doc-docbook / MyStyle-spec-fo.xsl
... / ...
CommitLineData
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,
4and then imports my common stylesheet that makes changes that are wanted for
5all forms of output. Then it imports my FO stylesheet that contains changes for
6all printed output. Finally, there are some changes that apply only when
7printing 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>