From: Bob Stayton Date: Wed, 11 Jul 2012 18:51:03 +0000 (+0000) Subject: Test for @xml:id as well as @id for $rootid. X-Git-Tag: release/1.79.1~6^2~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae7a65678986cccf12821d41d8c013b4c9f54dd1;p=docbook-dsssl Test for @xml:id as well as @id for $rootid. --- diff --git a/xsl/profiling/xsl2profile.xsl b/xsl/profiling/xsl2profile.xsl index b6648aa4e..ecb6501ee 100644 --- a/xsl/profiling/xsl2profile.xsl +++ b/xsl/profiling/xsl2profile.xsl @@ -116,7 +116,7 @@ key('id',$rootid) - $profiled-nodes//*[@id=$rootid] + $profiled-nodes//*[@id=$rootid or @xml:id=$rootid]