diff DOCS/xml/pl/html.xsl @ 11188:6dfed0b2a300

Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
author lumag
date Mon, 20 Oct 2003 09:56:48 +0000
parents dafc5bfc6f92
children
line wrap: on
line diff
--- a/DOCS/xml/pl/html.xsl	Mon Oct 20 00:58:46 2003 +0000
+++ b/DOCS/xml/pl/html.xsl	Mon Oct 20 09:56:48 2003 +0000
@@ -1,12 +1,8 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
 
   <xsl:import href="../html.xsl"/>
-  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
+  <xsl:include href="html-common.xsl"/>
 
 </xsl:stylesheet>
-
-
-
-