Skip a test when run against old servers.
[svn.git] / doc / tools / fo-stylesheet.xsl
blob96f41cf5833253d1cbd4e41001879824652fe413
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
3 <xsl:import href="xsl/fo/docbook.xsl"/>
5 <xsl:param name="fop.extensions" select="1" />
6 <xsl:param name="variablelist.as.blocks" select="1" />
8 </xsl:stylesheet>