diff options
author | lumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-20 09:56:48 +0000 |
---|---|---|
committer | lumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-20 09:56:48 +0000 |
commit | 44d459e63ec4b6488b53819511367891d943cf9b (patch) | |
tree | 7ea0c97dece86dd9fe716d6237df979e1b8a359f /DOCS/xml/ru/html-single.xsl | |
parent | 1843717d9ce84c9c20056ab57b984212c7c53386 (diff) |
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11189 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/ru/html-single.xsl')
-rw-r--r-- | DOCS/xml/ru/html-single.xsl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/DOCS/xml/ru/html-single.xsl b/DOCS/xml/ru/html-single.xsl index ed8d3b75a9..7b876e06eb 100644 --- a/DOCS/xml/ru/html-single.xsl +++ b/DOCS/xml/ru/html-single.xsl @@ -1,15 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> - <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="../html.xsl"/> - <xsl:param name="chunker.output.encoding" select="'KOI8-R'"/> - - <!-- This forces Saxon to output chars from KOI8-R as is and not as something like Ƽ - 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:include href="html-common.xsl"/> </xsl:stylesheet> |