summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-21 14:57:41 +0000
committerlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-21 14:57:41 +0000
commitb5c4dfcabad0393fe412c1606847387a1c566037 (patch)
tree9847e0cccada17c60349063b11e5588c81f49f32 /DOCS
parentc19bb8f93e2c127b5e4aeeefcd56b586948e82f8 (diff)
downloadmpv-b5c4dfcabad0393fe412c1606847387a1c566037.tar.bz2
mpv-b5c4dfcabad0393fe412c1606847387a1c566037.tar.xz
html.xsl -> html-single.xsl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11210 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/README.maintainers8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/xml/README.maintainers b/DOCS/xml/README.maintainers
index 6d7de010f2..02bc43d482 100644
--- a/DOCS/xml/README.maintainers
+++ b/DOCS/xml/README.maintainers
@@ -31,16 +31,16 @@ Adding new translations
stylesheets support it.
4) If you want to use a customized XSL stylesheet, create one and name it
- 'html-common.xsl'. Also create two additional XSL stylesheets ('html.xsl'
- and 'html-chunk.xsl', with content such as this:
+ 'html-common.xsl'. Also create two additional XSL stylesheets
+ ('html-single.xsl' and 'html-chunk.xsl'), with content such as this:
- html.xsl:
+ html-single.xsl:
<?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:import href="../html-single.xsl"/>
<xsl:include href="html-common.xsl"/>
</xsl:stylesheet>