From: Michael Smith Date: Wed, 5 Apr 2006 16:11:01 +0000 (+0000) Subject: Slides stylesheets import the DocBook XSL stylesheets, and Slides X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5f18c231ac27596a5a5589ab0c69dc319a5d87a;p=docbook-dsssl Slides stylesheets import the DocBook XSL stylesheets, and Slides xhtml stylesheets are auto-generated from Slide html ones, which import the DocBook html stylesheets. So, need to transform the "/html/" in the xsl:import to "/xhtml/". --- diff --git a/xsl/xhtml/html2xhtml.xsl b/xsl/xhtml/html2xhtml.xsl index 2135a02c1..18b7d5495 100644 --- a/xsl/xhtml/html2xhtml.xsl +++ b/xsl/xhtml/html2xhtml.xsl @@ -4,6 +4,7 @@ exclude-result-prefixes="exsl" version="1.0"> + @@ -39,6 +40,18 @@ + + + + + + /html/ + /xhtml/ + + + + +