Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/chunk-slave.xsl

    ra4eaba6 r5e423c8  
    1010  <!-- Upstream XHTML presentation templates -->
    1111  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
    12 
    13   <xsl:param name="chunker.output.method" select="'xml'"/>
    14   <xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
    15   <xsl:param name="chunker.output.media-type" select="'application/xhtml+xml'"/>
    16   <xsl:param name="chunker.output.doctype-public" select="'-//W3C//DTD XHTML 1.0 Strict//EN'"/>
    17   <xsl:param name="chunker.output.doctype-system" select="'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'"/>
    18   <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
    19   <xsl:param name="chunker.output.indent" select="'no'"/>
    2012
    2113  <!-- Including our customized elements templates -->
     
    3931  <xsl:param name="ulink.target" select="''"/>
    4032  <xsl:param name="css.decoration" select="0"/>
     33
     34  <!-- No XML declaration -->
     35  <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
    4136
    4237  <!-- Control generation of ToCs and LoTs -->
Note: See TracChangeset for help on using the changeset viewer.