]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #590074. Profiling should work with FO again.
authorJirka Kosek <jirka@kosek.cz>
Fri, 2 Aug 2002 15:42:01 +0000 (15:42 +0000)
committerJirka Kosek <jirka@kosek.cz>
Fri, 2 Aug 2002 15:42:01 +0000 (15:42 +0000)
xsl/profiling/xsl2profile.xsl

index 3f7bfe9c5d6bc0fa37bc4cecadf6115a78866168..8c29e24f5743acea40e0e4d3d88fc1e503fe9fe9 100644 (file)
 <xsl:template match="fo:root//xsl:apply-templates" mode="correct">
   <xsl:copy>
     <xsl:copy-of select="@*"/>
-    <xsl:attribute name="select">$profiled-nodes</xsl:attribute>
+    <xsl:attribute name="select">$profiled-nodes/node()</xsl:attribute>
     <xsl:apply-templates mode="correct"/>
   </xsl:copy>
 </xsl:template>