From a0de3666141467b162e268984bc9916b0801f904 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 19 Apr 2007 00:33:34 +0000 Subject: [PATCH] Add support for profiling on new attributes audience and wordsize. --- xsl/params/profile.audience.xml | 38 +++++++++++++++++++++++++++++++++ xsl/params/profile.wordsize.xml | 38 +++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 xsl/params/profile.audience.xml create mode 100644 xsl/params/profile.wordsize.xml diff --git a/xsl/params/profile.audience.xml b/xsl/params/profile.audience.xml new file mode 100644 index 000000000..94d9175c5 --- /dev/null +++ b/xsl/params/profile.audience.xml @@ -0,0 +1,38 @@ + + +profile.audience +string + + +profile.audience +Target profile for audience +attribute + + + + + + + + +Description + +Value of this parameter specifies profiles which should be +included in the output. You can specify multiple profiles by +separating them by semicolon. You can change separator character by +profile.separator +parameter. + +This parameter has effect only when you are using profiling +stylesheets (profile-docbook.xsl, +profile-chunk.xsl, …) instead of normal +ones (docbook.xsl, +chunk.xsl, …). + + + diff --git a/xsl/params/profile.wordsize.xml b/xsl/params/profile.wordsize.xml new file mode 100644 index 000000000..8efa96e53 --- /dev/null +++ b/xsl/params/profile.wordsize.xml @@ -0,0 +1,38 @@ + + +profile.wordsize +string + + +profile.wordsize +Target profile for wordsize +attribute + + + + + + + + +Description + +Value of this parameter specifies profiles which should be +included in the output. You can specify multiple profiles by +separating them by semicolon. You can change separator character by +profile.separator +parameter. + +This parameter has effect only when you are using profiling +stylesheets (profile-docbook.xsl, +profile-chunk.xsl, …) instead of normal +ones (docbook.xsl, +chunk.xsl, …). + + + -- 2.40.0