]> granicus.if.org Git - docbook-dsssl/commitdiff
Added stylesheet for use in generating PDF of release notes using
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 13:08:37 +0000 (13:08 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 13:08:37 +0000 (13:08 +0000)
dblatex.

xsl/docsrc/dblatex-release-notes.xsl [new file with mode: 0644]

diff --git a/xsl/docsrc/dblatex-release-notes.xsl b/xsl/docsrc/dblatex-release-notes.xsl
new file mode 100644 (file)
index 0000000..9cce436
--- /dev/null
@@ -0,0 +1,33 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
+                version="1.0">
+  <!-- ********************************************************************
+       $Id$
+       ********************************************************************
+
+       This file is part of the XSL DocBook Stylesheet distribution.
+       See ../README or http://docbook.sf.net/release/xsl/current/ for
+       copyright and other information.
+
+       ******************************************************************** -->
+
+  <!-- ==================================================================== -->
+
+  <!-- * This is a stylesheet for use with the -p option in dblatex -->
+
+  <xsl:param name="co.linkends.show">0</xsl:param>
+  <xsl:param name="callout.markup.circled">1</xsl:param>
+  <xsl:param name="callout.linkends.hot">0</xsl:param>
+  <xsl:param name="doc.publisher.show">1</xsl:param>
+  <xsl:param name="doc.pdfcreator.show">1</xsl:param>
+  <xsl:param name="term.breakline">1</xsl:param>
+  <xsl:param name="newtbl.use">1</xsl:param>
+  <xsl:param name="latex.hyperparam"/>
+  <xsl:param name="latex.style">docbook</xsl:param>
+  <xsl:param name="latex.output.revhistory">0</xsl:param>
+  <xsl:param name="show.comments">0</xsl:param>
+
+  <!-- ==================================================================== -->
+
+  <xsl:template match="alt"/>
+
+</xsl:stylesheet>