Mercurial > mplayer.hg
diff DOCS/xml/README.maintainers @ 11209:904f8b9c617c
html.xsl -> html-single.xsl
author | lumag |
---|---|
date | Tue, 21 Oct 2003 14:57:41 +0000 |
parents | 5c232a30d497 |
children | 7d35148959d2 |
line wrap: on
line diff
--- a/DOCS/xml/README.maintainers Tue Oct 21 13:33:37 2003 +0000 +++ b/DOCS/xml/README.maintainers Tue Oct 21 14:57:41 2003 +0000 @@ -31,16 +31,16 @@ 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>