Use public URI for XSL files
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 28 May 2006 18:52:53 +0000 (18:52 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 28 May 2006 18:52:53 +0000 (18:52 +0000)
html.xsl.in
man.xsl.in
tkl.xsl.in

index 65c3ac0..f5d4b7b 100644 (file)
@@ -1,7 +1,7 @@
 <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="common/style1.css"/>
index 2741f88..6cea265 100644 (file)
@@ -1,7 +1,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">
 
-<xsl:import href="@XSL_DIR@/manpages/docbook.xsl"/>
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
 </xsl:stylesheet>
 
 
index 9265a0f..5f9a89d 100644 (file)
@@ -1,7 +1,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">
 
-  <xsl:include href="@XSL_DIR@/xhtml/chunk.xsl"/>
+  <xsl:include href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
 
   <xsl:variable name="use.id.as.filename">1</xsl:variable>
   <xsl:variable name="html.ext">.tkl</xsl:variable>