From: Bob Stayton Date: Thu, 19 Apr 2007 01:00:35 +0000 (+0000) Subject: Add support for new profiling attributes audience and wordsize. X-Git-Tag: release/1.79.1~6^2~2173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=650caed68b5ec41a6c974c056c75b2a223883509;p=docbook-dsssl Add support for new profiling attributes audience and wordsize. --- diff --git a/xsl/profiling/profile-mode.xsl b/xsl/profiling/profile-mode.xsl index a0e927e3b..894257567 100644 --- a/xsl/profiling/profile-mode.xsl +++ b/xsl/profiling/profile-mode.xsl @@ -25,6 +25,18 @@ + + + + + + + + + + @@ -146,6 +158,18 @@ + + + + + + + + + + @@ -155,26 +179,39 @@ - - + select="not(@*[local-name()=$profile.attribute]) or + not($profile.value) or $attribute.content != '' or + @*[local-name()=$profile.attribute] = '' or + not($profile.attribute)"/> + + - - - + + + - +