Save/restore $acl_arg1 ... across acl calls, making them local variables.
[exim.git] / doc / doc-docbook / MyStyle-spec-fo.xsl
CommitLineData
168e428f
PH
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
f6bde1c8 9<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
168e428f
PH
10<xsl:import href="MyStyle.xsl"/>
11<xsl:import href="MyStyle-fo.xsl"/>
12
9b371988
PH
13<!-- Special for the spec document -->
14
168e428f 15</xsl:stylesheet>