Show dblatex-release-notes.xsl syntax highlighted
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- ********************************************************************
$Id: dblatex-release-notes.xsl 6307 2006-09-19 08:41:11Z xmldoc $
********************************************************************
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:stylesheet>
See more files for this project here