summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Wade <kwade@redhat.com>2005-06-02 17:57:59 +0000
committerKarsten Wade <kwade@redhat.com>2005-06-02 17:57:59 +0000
commit0394017bf4dcf0ec4d21e0647449acc35539a79b (patch)
treee6f558151ca38d6c615e820f1b893cc8a184a7e6
parentdd332c491e3f9b4d318b2d42ec226500591fe1e9 (diff)
downloadfedora-doc-utils-FC-4.tar.gz
fedora-doc-utils-FC-4.tar.xz
fedora-doc-utils-FC-4.zip
This solves the regression for users of main-html.xsl. We'll deprecate that and the redhat.xsl that imports docbook.xsl sometime in the week of 8 June.FC-4
-rw-r--r--xsl/main-html.xsl1
-rw-r--r--xsl/redhat.xsl2
2 files changed, 1 insertions, 2 deletions
diff --git a/xsl/main-html.xsl b/xsl/main-html.xsl
index 305f419..d291f6b 100644
--- a/xsl/main-html.xsl
+++ b/xsl/main-html.xsl
@@ -7,6 +7,7 @@
version="1.0"
exclude-result-prefixes="exsl">
+<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl"/>
<xsl:import href="redhat.xsl"/>
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/html/chunk-common.xsl"/>
<xsl:include href="/usr/share/sgml/docbook/xsl-stylesheets/html/manifest.xsl"/>
diff --git a/xsl/redhat.xsl b/xsl/redhat.xsl
index 5571753..4709dd6 100644
--- a/xsl/redhat.xsl
+++ b/xsl/redhat.xsl
@@ -7,8 +7,6 @@
version="1.0"
exclude-result-prefixes="exsl">
-<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl"/>
-
<!-- This sets the extension for HTML files to ".html". -->
<!-- (The stylesheet's default for XHTML files is ".xhtm".) -->
<xsl:param name="html.ext" select="'.html'"/>