summaryrefslogtreecommitdiff
path: root/profiling
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-03-17 20:07:05 +0000
committer <>2015-07-07 10:18:30 +0000
commit802da9dd5d4bc18f46a916eedc0c5c1980a15e59 (patch)
treef78a8637465b7a4c9624fef03d27eb7aeaa779d4 /profiling
parent18f63104106b81bf37ca1af774d7be38051e5444 (diff)
downloaddocbook-xsl-802da9dd5d4bc18f46a916eedc0c5c1980a15e59.tar.gz
Imported from /home/lorry/working-area/delta_docbook-xsl/docbook-xsl-1.78.1.tar.bz2.HEADdocbook-xsl-1.78.1master
Diffstat (limited to 'profiling')
-rw-r--r--profiling/xsl2profile.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiling/xsl2profile.xsl b/profiling/xsl2profile.xsl
index b6648aa..ecb6501 100644
--- a/profiling/xsl2profile.xsl
+++ b/profiling/xsl2profile.xsl
@@ -116,7 +116,7 @@
<xsl:call-template name="string.subst">
<xsl:with-param name="string" select="."/>
<xsl:with-param name="target">key('id',$rootid)</xsl:with-param>
- <xsl:with-param name="replacement">$profiled-nodes//*[@id=$rootid]</xsl:with-param>
+ <xsl:with-param name="replacement">$profiled-nodes//*[@id=$rootid or @xml:id=$rootid]</xsl:with-param>
</xsl:call-template>
</xsl:attribute>
</xsl:when>