styles/nargir-print.xsl
author fabien
Thu, 26 Jan 2006 16:51:15 -0500
branchnargir
changeset 3 97696db0a7c8
parent 0 8d81867c6c22
child 5 d4732a6075e5
permissions -rw-r--r--
[svn] r2239@freebird: fabien | 2006-01-25 00:08:27 -0500 Add good validate target.

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'
                xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:import href="nargir.xsl"/>
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/fo/docbook.xsl"/>

<!-- print options -->
<xsl:param name="hyphenate">false</xsl:param>

</xsl:stylesheet>