summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/pl/html-single.xsl
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-15 16:37:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-15 16:37:42 +0000
commit0af4ae242500a5b2244618d52dea8886e84e7e2c (patch)
tree2fd12b964facd902676753c233e20b1473c15ebd /DOCS/xml/pl/html-single.xsl
parent5648ac94e5accbe38ef73fba76ca8e39f1e1502d (diff)
downloadmpv-0af4ae242500a5b2244618d52dea8886e84e7e2c.tar.bz2
mpv-0af4ae242500a5b2244618d52dea8886e84e7e2c.tar.xz
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11128 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/pl/html-single.xsl')
-rw-r--r--DOCS/xml/pl/html-single.xsl13
1 files changed, 13 insertions, 0 deletions
diff --git a/DOCS/xml/pl/html-single.xsl b/DOCS/xml/pl/html-single.xsl
new file mode 100644
index 0000000000..42dee449ac
--- /dev/null
+++ b/DOCS/xml/pl/html-single.xsl
@@ -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>
+
+
+
+