Don't include chunk.xsl directly.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11134 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lumag 2003-10-15 21:06:57 +00:00
parent 7e2372a3ed
commit f999a65b8d
2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl"/>
<xsl:include href="../html-common.xsl"/>
<xsl:import href="../html.xsl"/>
<xsl:param name="chunker.output.encoding" select="'utf-8'"/>
</xsl:stylesheet>

View File

@ -2,8 +2,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl"/>
<xsl:include href="../html-common.xsl"/>
<xsl:import href="../html.xsl"/>
<xsl:param name="chunker.output.encoding" select="'utf-8'"/>
</xsl:stylesheet>