]> granicus.if.org Git - docbook-dsssl/commitdiff
Corrected parameter name
authorJirka Kosek <jirka@kosek.cz>
Wed, 29 Oct 2003 11:48:18 +0000 (11:48 +0000)
committerJirka Kosek <jirka@kosek.cz>
Wed, 29 Oct 2003 11:48:18 +0000 (11:48 +0000)
xsl/docsrc/htmlhelp.xml

index 8c018d800323c6f14253b752e2940d2cf54273d9..7a81437e42eace96f112e6cd6241ef9e2d452093 100644 (file)
@@ -10,7 +10,7 @@
 <surname>Kosek</surname>
 </author>
 <copyright>
-<year>2001</year>
+<year>2001-2003</year>
 <holder>Ji&rcaron;&iacute; Kosek</holder>
 </copyright>
 <releaseinfo>$Id$</releaseinfo>
@@ -119,7 +119,7 @@ entities in the TOC file and index entries. This can be easily done using a
   <xsl:import href="]]><replaceable>/path/to/stylesheets/</replaceable>contrib/htmlhelp/htmlhelp.xsl<![CDATA["/>
 
   <xsl:param name="htmlhelp.encoding" select="'windows-1250'"/>
-  <xsl:param name="default.encoding" select="'windows-1250'"/>
+  <xsl:param name="chunker.output.encoding" select="'windows-1250'"/>
   <xsl:param name="saxon.character.representation" select="'native'"/>
 
 </xsl:stylesheet>