1
mirror of https://github.com/mpv-player/mpv synced 2024-11-07 01:47:00 +01:00

html.xsl -> html-single.xsl

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lumag 2003-10-21 14:57:41 +00:00
parent c19bb8f93e
commit b5c4dfcaba

View File

@ -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>