styles/nargir-print.xsl
branchnargir
changeset 0 8d81867c6c22
child 5 d4732a6075e5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/styles/nargir-print.xsl	Mon Dec 26 20:05:40 2005 -0500
@@ -0,0 +1,11 @@
+<?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>