[Mplayer-cvslog] CVS: main/DOCS/xml README.maintainers,1.11,1.12
Dmitry Baryshkov CVS
lumag at mplayerhq.hu
Tue Oct 21 16:58:12 CEST 2003
Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/var/tmp.root/cvs-serv13965
Modified Files:
README.maintainers
Log Message:
html.xsl -> html-single.xsl
Index: README.maintainers
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/README.maintainers,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- README.maintainers 21 Oct 2003 10:26:00 -0000 1.11
+++ README.maintainers 21 Oct 2003 14:57:41 -0000 1.12
@@ -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>
More information about the MPlayer-cvslog
mailing list