Mercurial > mplayer.hg
changeset 11133:dafc5bfc6f92
Don't include chunk.xsl directly.
author | lumag |
---|---|
date | Wed, 15 Oct 2003 21:06:57 +0000 |
parents | 550c25c57f34 |
children | fa501734c918 |
files | DOCS/xml/pl/html-single.xsl DOCS/xml/pl/html.xsl |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/pl/html-single.xsl Wed Oct 15 20:54:38 2003 +0000 +++ b/DOCS/xml/pl/html-single.xsl Wed Oct 15 21:06:57 2003 +0000 @@ -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>
--- a/DOCS/xml/pl/html.xsl Wed Oct 15 20:54:38 2003 +0000 +++ b/DOCS/xml/pl/html.xsl Wed Oct 15 21:06:57 2003 +0000 @@ -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>