styles/nargir-print.xsl
author fabien
Mon, 06 Mar 2006 10:45:25 -0500
branchnargir
changeset 7 18e2dc6f4cdb
parent 5 d4732a6075e5
permissions -rw-r--r--
[svn] r14629@freebird: fabien | 2006-03-02 15:18:14 -0500 Replace w3m with elinks (nicer output with links table).

<?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="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/fo/docbook.xsl"/>
<xsl:import href="nargir.xsl"/>

<!-- print options -->
<xsl:param name="hyphenate">false</xsl:param>
<xsl:param name="collect.xref.targets" select="'yes'"/>
<xsl:param name="target.database.document" select="'db-print.xml'"/>
<xsl:param name="targets.filename" select="'print.db'"/>

</xsl:stylesheet>