summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/ru/html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/ru/html.xsl')
-rw-r--r--DOCS/xml/ru/html.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/xml/ru/html.xsl b/DOCS/xml/ru/html.xsl
index f21aae7a84..6eadcf2cbc 100644
--- a/DOCS/xml/ru/html.xsl
+++ b/DOCS/xml/ru/html.xsl
@@ -7,5 +7,12 @@
<xsl:import href="../html.xsl"/>
<xsl:param name="chunker.output.encoding" select="'KOI8-R'"/>
+ <!--<xsl:output encoding="KOI8-R"/>-->
+
+ <!-- This forces saxon to output chars from KOI8-R as is and not something like &#444;
+ WARNING: This will probably work with HTML output, and won't with output XML.
+ Anyway, this file will generate only HTML :)
+ -->
+ <xsl:param name="saxon.character.representation" select="'native;decimal'"/>
</xsl:stylesheet>