annotate DOCS/xml/pl/html-common.xsl @ 19998:b1cebdd78625

Do not compile with -DDEBUG by default.
author diego
date Fri, 29 Sep 2006 09:46:06 +0000
parents 294b88c739ed
children 634b7aa76477
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"/>
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>