hgbook

diff stylesheets/html.xsl @ 645:1114da00d30e

Fix '<programlisting>' in ch02-tour-basic.xml
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Mar 18 19:43:46 2009 +0800 (2009-03-18)
parents bae6d1503482
children 4e8f302ae313
line diff
     1.1 --- a/stylesheets/html.xsl	Thu Mar 12 17:11:59 2009 +0800
     1.2 +++ b/stylesheets/html.xsl	Wed Mar 18 19:43:46 2009 +0800
     1.3 @@ -22,6 +22,8 @@
     1.4    <xsl:param name="section.label.includes.component.label">1</xsl:param>
     1.5  
     1.6    <xsl:output method="html" encoding="utf-8" indent="yes"/>     <!-- html only -->
     1.7 +  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>  <!-- html only -->
     1.8 +  <xsl:param name="chunker.output.indent" select="'yes'"/>      <!-- html only -->
     1.9    <xsl:param name="use.id.as.filename">0</xsl:param>            <!-- html only -->
    1.10    <xsl:param name="chunk.section.depth">0</xsl:param>           <!-- html only -->
    1.11    <xsl:param name="chunker.output.indent">yes</xsl:param>       <!-- html only -->