diff DOCS/xml/pl/html.xsl @ 11127:bfef1e331186

Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
author diego
date Wed, 15 Oct 2003 16:37:42 +0000
parents
children dafc5bfc6f92
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DOCS/xml/pl/html.xsl	Wed Oct 15 16:37:42 2003 +0000
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                version="1.0">
+
+  <xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl"/>
+  <xsl:include href="../html-common.xsl"/>
+  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
+
+</xsl:stylesheet>
+
+
+
+