]> granicus.if.org Git - docbook-dsssl/commitdiff
Change $base.dir to $chunk.base.dir to ensure trailing slash is present.
authorBob Stayton <bobs@sagehill.net>
Sat, 12 Nov 2011 00:17:33 +0000 (00:17 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 12 Nov 2011 00:17:33 +0000 (00:17 +0000)
xsl/javahelp/javahelp.xsl

index 5f23b2b5a825ee50a149b9aff519995733bef46c..2bbc6057faf3237c1824a86a7a9eaf7c98d3fdd6 100644 (file)
@@ -97,7 +97,7 @@
 
 <xsl:template name="helpset">
   <xsl:call-template name="write.chunk.with.doctype">
-    <xsl:with-param name="filename" select="concat($base.dir,'jhelpset.hs')"/>
+    <xsl:with-param name="filename" select="concat($chunk.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'"/>
 
 <xsl:template name="helptoc">
   <xsl:call-template name="write.chunk.with.doctype">
-    <xsl:with-param name="filename" select="concat($base.dir,'jhelptoc.xml')"/>
+    <xsl:with-param name="filename" select="concat($chunk.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'"/>
 
 <xsl:template name="helpmap">
   <xsl:call-template name="write.chunk.with.doctype">
-    <xsl:with-param name="filename" select="concat($base.dir, 'jhelpmap.jhm')"/>
+    <xsl:with-param name="filename" select="concat($chunk.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'"/>
 
 <xsl:template name="helpidx">
   <xsl:call-template name="write.chunk.with.doctype">
-    <xsl:with-param name="filename" select="concat($base.dir, 'jhelpidx.xml')"/>
+    <xsl:with-param name="filename" select="concat($chunk.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'"/>