Mercurial > mplayer.hg
annotate DOCS/xml/pl/html-common.xsl @ 12947:555140a0d8f5
Sync, some spelling and copy/paste issues.
author | wight |
---|---|
date | Tue, 03 Aug 2004 21:05:34 +0000 |
parents | 294b88c739ed |
children | 634b7aa76477 |
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 |
11259
c0a674107197
Polish HTML encoding standard is iso-8859-2 not utf-8.
wight
parents:
11188
diff
changeset
|
6 <xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/> |
11274 | 7 <xsl:output encoding="iso-8859-2"/> |
11188
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 </xsl:stylesheet> |