annotate DOCS/xml/pl/html-common.xsl @ 20919:8893dbbc62f8

[cosmetics] Fix indentation
author torinthiel
date Tue, 14 Nov 2006 22:10:40 +0000
parents 634b7aa76477
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
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
294b88c739ed forgot there are two generators now
wight
parents: 11259
diff changeset
7 <xsl:output encoding="iso-8859-2"/>
20441
634b7aa76477 Improve translation of autogenerated labels
torinthiel
parents: 11274
diff changeset
8 <xsl:param name="local.l10n.xml" select="document('')"/>
634b7aa76477 Improve translation of autogenerated labels
torinthiel
parents: 11274
diff changeset
9 <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
634b7aa76477 Improve translation of autogenerated labels
torinthiel
parents: 11274
diff changeset
10 <l:l10n language="pl">
634b7aa76477 Improve translation of autogenerated labels
torinthiel
parents: 11274
diff changeset
11 <l:gentext key="NOTE" text="Informacja"/>
634b7aa76477 Improve translation of autogenerated labels
torinthiel
parents: 11274
diff changeset
12 <l:gentext key="Note" text="Informacja"/>
634b7aa76477 Improve translation of autogenerated labels
torinthiel
parents: 11274
diff changeset
13 <l:gentext key="note" text="Informacja"/>
634b7aa76477 Improve translation of autogenerated labels
torinthiel
parents: 11274
diff changeset
14 </l:l10n>
634b7aa76477 Improve translation of autogenerated labels
torinthiel
parents: 11274
diff changeset
15 </l:i18n>
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
16
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff changeset
17 </xsl:stylesheet>