Move .xsl.in's to id.xsl's .. so that we reduce .in files further.
[id-docbook-common-moved-to-github.git] / html.xsl.in
index b670cc8..f5d4b7b 100644 (file)
@@ -1,10 +1,10 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">
 
-<xsl:import href="@XSL_DIR@/htmlhelp/htmlhelp.xsl"/>
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl" />
 
 <xsl:template name="body.attributes">
-   <link rel="stylesheet" type="text/css" href="style1.css"/>
+   <link rel="stylesheet" type="text/css" href="common/style1.css"/>
 </xsl:template>
 <xsl:variable name="suppress.navigation">0</xsl:variable>
 <xsl:variable name="use.id.as.filename">1</xsl:variable>