annotate DOCS/xml/ru/html-common.xsl @ 16141:23c43acebe1b

Little fixes
author wight
date Thu, 28 Jul 2005 18:42:00 +0000
parents 6dfed0b2a300
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
1 <?xml version="1.0" encoding="ISO-8859-1"?>
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
2
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
4 version="1.0">
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
5
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
6 <xsl:param name="chunker.output.encoding" select="'KOI8-R'"/>
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
7 <xsl:output encoding="KOI8-R"/>
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
8
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
9 <!-- This forces Saxon to output chars from KOI8-R as is and not as something like &#444;
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
10 WARNING: This will probably work with HTML output, and won't with output XML.
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
11 Anyway, this file will generate only HTML :)
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
12 -->
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
13 <xsl:param name="saxon.character.representation" select="'native;decimal'"/>
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
14
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
15 </xsl:stylesheet>