Mercurial > mplayer.hg
annotate DOCS/xml/ru/html-common.xsl @ 16303:a87c6cf3fe52
Fix texture format variable types. Internal format is GLint, others are GLenum
author | reimar |
---|---|
date | Thu, 25 Aug 2005 12:45:57 +0000 |
parents | 6dfed0b2a300 |
children |
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 Ƽ |
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> |