]> granicus.if.org Git - docbook-dsssl/commitdiff
Put ancillary files in base.dir
authorNorman Walsh <ndw@nwalsh.com>
Fri, 17 May 2002 14:56:35 +0000 (14:56 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 17 May 2002 14:56:35 +0000 (14:56 +0000)
xsl/javahelp/javahelp.xsl

index 8e0af87a38399ef9f88a2b08d2fd0d9418f46747..691ca1d6fba813352cfb92466642fac51fd405fd 100644 (file)
@@ -70,7 +70,7 @@ references. In that case you can select appropriate encoding here.</para>
 
 <xsl:template name="helpset">
   <xsl:call-template name="write.chunk.with.doctype">
-    <xsl:with-param name="filename" select="'jhelpset.hs'"/>
+    <xsl:with-param name="filename" select="concat($base.dir,'jhelpset.hs')"/>
     <xsl:with-param name="method" select="'xml'"/>
     <xsl:with-param name="indent" select="'yes'"/>
     <xsl:with-param name="doctype-public" select="'-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 1.0//EN'"/>
@@ -125,7 +125,7 @@ references. In that case you can select appropriate encoding here.</para>
 
 <xsl:template name="helptoc">
   <xsl:call-template name="write.chunk.with.doctype">
-    <xsl:with-param name="filename" select="'jhelptoc.xml'"/>
+    <xsl:with-param name="filename" select="concat($base.dir,'jhelptoc.xml')"/>
     <xsl:with-param name="method" select="'xml'"/>
     <xsl:with-param name="indent" select="'yes'"/>
     <xsl:with-param name="doctype-public" select="'-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN'"/>
@@ -303,7 +303,7 @@ references. In that case you can select appropriate encoding here.</para>
 
 <xsl:template name="helpmap">
   <xsl:call-template name="write.chunk.with.doctype">
-    <xsl:with-param name="filename" select="'jhelpmap.jhm'"/>
+    <xsl:with-param name="filename" select="concat($base.dir, 'jhelpmap.jhm')"/>
     <xsl:with-param name="method" select="'xml'"/>
     <xsl:with-param name="indent" select="'yes'"/>
     <xsl:with-param name="doctype-public" select="'-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN'"/>
@@ -429,7 +429,7 @@ references. In that case you can select appropriate encoding here.</para>
 
 <xsl:template name="helpidx">
   <xsl:call-template name="write.chunk.with.doctype">
-    <xsl:with-param name="filename" select="'jhelpidx.xml'"/>
+    <xsl:with-param name="filename" select="concat($base.dir, 'jhelpidx.xml')"/>
     <xsl:with-param name="method" select="'xml'"/>
     <xsl:with-param name="indent" select="'yes'"/>
     <xsl:with-param name="doctype-public" select="'-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN'"/>