]> granicus.if.org Git - docbook-dsssl/commitdiff
Add new profiling attributes audience and wordsize.
authorBob Stayton <bobs@sagehill.net>
Thu, 19 Apr 2007 00:57:23 +0000 (00:57 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 19 Apr 2007 00:57:23 +0000 (00:57 +0000)
xsl/profiling/profile.xsl

index a7b8cb2fcf97b4955fe2e8fa2c0cd4388ca85000..f1cd6f91cc5c78f675ac6e5598ce08d8cf9c4165 100644 (file)
@@ -23,6 +23,7 @@
 
 <!-- Profiling parameters -->
 <xsl:param name="profile.arch" select="''"/>
+<xsl:param name="profile.audience" select="''"/>
 <xsl:param name="profile.condition" select="''"/>
 <xsl:param name="profile.conformance" select="''"/>
 <xsl:param name="profile.lang" select="''"/>
@@ -34,6 +35,7 @@
 <xsl:param name="profile.status" select="''"/>
 <xsl:param name="profile.userlevel" select="''"/>
 <xsl:param name="profile.vendor" select="''"/>
+<xsl:param name="profile.wordsize" select="''"/>
 <xsl:param name="profile.attribute" select="''"/>
 <xsl:param name="profile.value" select="''"/>
 <xsl:param name="profile.separator" select="';'"/>