summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>