]> granicus.if.org Git - docbook-dsssl/commitdiff
use mode="profile" instead of xsl:copy-of for attributes so
authorBob Stayton <bobs@sagehill.net>
Mon, 10 Sep 2007 18:45:25 +0000 (18:45 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 10 Sep 2007 18:45:25 +0000 (18:45 +0000)
they can be more easily customized.

xsl/profiling/profile-mode.xsl

index 8942575676084f1fd887141d15951bf6d5a4330e..c02132a948e1fd35f3a94039d2cf2f6b7b0ef3e5 100644 (file)
                 $wordsize.ok and 
                 $attribute.ok">
     <xsl:copy>
-      <xsl:copy-of select="@*"/>
+      <xsl:apply-templates mode="profile" select="@*"/>
 
       <!-- Entity references must be replaced with filereferences for temporary tree -->
       <xsl:if test="@entityref and $profile.baseuri.fixup">