styles/nargir-print.xsl
author fabien
Thu, 26 Jan 2006 16:51:38 -0500
branchnargir
changeset 4 d041142150d2
parent 0 8d81867c6c22
child 5 d4732a6075e5
permissions -rw-r--r--
[svn] r2249@freebird: fabien | 2006-01-26 16:34:55 -0500 New validation rule with a modified xmllint.

<?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>