summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/xsl/ldp-html-chunk.xsl
diff options
context:
space:
mode:
authornicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-23 23:35:12 +0000
committernicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-23 23:35:12 +0000
commit413a60419542895a13fa54640b44e074df8de162 (patch)
tree6f4940f2ac5bf154f5586f7436d6cca12546ec1c /DOCS/xml/xsl/ldp-html-chunk.xsl
parent5b1bd414021a75c10bcff405266df99f729a91da (diff)
downloadmpv-413a60419542895a13fa54640b44e074df8de162.tar.bz2
mpv-413a60419542895a13fa54640b44e074df8de162.tar.xz
XML version of MPlayer's doc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9676 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/xsl/ldp-html-chunk.xsl')
-rw-r--r--DOCS/xml/xsl/ldp-html-chunk.xsl27
1 files changed, 27 insertions, 0 deletions
diff --git a/DOCS/xml/xsl/ldp-html-chunk.xsl b/DOCS/xml/xsl/ldp-html-chunk.xsl
new file mode 100644
index 0000000000..e6f014155e
--- /dev/null
+++ b/DOCS/xml/xsl/ldp-html-chunk.xsl
@@ -0,0 +1,27 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version='1.0'
+ xmlns="http://www.w3.org/TR/xhtml1/transitional"
+ exclude-result-prefixes="#default">
+
+<!-- $Id$ -->
+
+<!-- This stylesheet calls Norman Walsh's 'docbook.xsl' stylesheet
+ and therefore generates MULTIPLE HTML FILES as output. -->
+
+<!-- Note the the *order* of the import statements below is important and
+ should not be changed. -->
+
+<!-- Change this to the path to where you have installed Norman
+ Walsh's XSL stylesheets -->
+<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.60.1/html/chunk.xsl"/>
+
+<!-- Imports the common LDP customization layer. -->
+<xsl:import href="ldp-html-common.xsl"/>
+
+<!-- If there was some reason to override 'ldp-html-common.xsl' or to
+ perform any other customizations that affect *only* the generation
+ of multiple HTML files, those templates or parameters could be
+ entered here. -->
+
+</xsl:stylesheet>