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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbc81e0b194cf2796effc22254a7a3e252672853;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)"/> + + - - - + + + - +