]> granicus.if.org Git - docbook-dsssl/commitdiff
Parameter is passed explicitly to allow auto-generating of profiling stylesheet.
authorJirka Kosek <jirka@kosek.cz>
Thu, 17 Feb 2005 16:17:16 +0000 (16:17 +0000)
committerJirka Kosek <jirka@kosek.cz>
Thu, 17 Feb 2005 16:17:16 +0000 (16:17 +0000)
xsl/html/chunk-code.xsl

index 17213fcd5702d7f0ab259018822492aa356195c0..280b00cd781af02159b3cfdc02aaff8b4d4205ea 100644 (file)
           <xsl:apply-templates select="/" mode="collect.tex.math"/>
         </xsl:if>
         <xsl:if test="$generate.manifest != 0">
-          <xsl:call-template name="generate.manifest"/>
+          <xsl:call-template name="generate.manifest">
+            <xsl:with-param name="node" select="/"/>
+          </xsl:call-template>
         </xsl:if>
       </xsl:if>
     </xsl:otherwise>