r20940 - in trunk/DOCS/xml: html-common.xsl pl/Makefile pl/html-chunk.xsl pl/html-common.xsl pl/html-single.xsl ru/Makefile ru/html-chunk.xsl ru/html-common.xsl ru/html-single.xsl
Author: diego Date: Wed Nov 15 11:37:41 2006 New Revision: 20940 Modified: trunk/DOCS/xml/html-common.xsl Changes in other areas also in this revision: Removed: trunk/DOCS/xml/pl/html-chunk.xsl trunk/DOCS/xml/pl/html-common.xsl trunk/DOCS/xml/pl/html-single.xsl trunk/DOCS/xml/ru/html-chunk.xsl trunk/DOCS/xml/ru/html-common.xsl trunk/DOCS/xml/ru/html-single.xsl Modified: trunk/DOCS/xml/pl/Makefile trunk/DOCS/xml/ru/Makefile Log: Output UTF-8 instead of legacy encodings by default. Modified: trunk/DOCS/xml/html-common.xsl ============================================================================== --- trunk/DOCS/xml/html-common.xsl (original) +++ trunk/DOCS/xml/html-common.xsl Wed Nov 15 11:37:41 2006 @@ -8,6 +8,9 @@ Set parameters ************** --> + <xsl:param name="chunker.output.encoding" select="'utf-8'"/> + <xsl:output encoding="utf-8"/> + <xsl:param name="toc.section.depth" select="'4'"/> <xsl:param name="html.stylesheet" select="'default.css'"/>
participants (1)
-
diego