From a02d9a72931eb512c46ab17fa15c4ee20fd7fb0b Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Mon, 9 Feb 2015 16:19:25 +0000 Subject: [PATCH] Added missing support for outputformat attribute * Added missing parameter profile.outputformat in params/profile.outputformat.xml * Added missing lines to check for outputformat attribute in profiling/profile-mode.xsl --- xsl/params/profile.outputformat.xml | 38 +++++++++++++++++++++++++++++ xsl/profiling/profile-mode.xsl | 12 +++++++++ 2 files changed, 50 insertions(+) create mode 100644 xsl/params/profile.outputformat.xml diff --git a/xsl/params/profile.outputformat.xml b/xsl/params/profile.outputformat.xml new file mode 100644 index 000000000..1746dd1fc --- /dev/null +++ b/xsl/params/profile.outputformat.xml @@ -0,0 +1,38 @@ + + +profile.outputformat +string + + + profile.outputformat + Target profile for outputformat attribute + + + + + + + + +Description + +The 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/profiling/profile-mode.xsl b/xsl/profiling/profile-mode.xsl index 1c8660b8f..5999f7259 100644 --- a/xsl/profiling/profile-mode.xsl +++ b/xsl/profiling/profile-mode.xsl @@ -81,6 +81,17 @@ + + + + + + + + + + @@ -190,6 +201,7 @@ $conformance.ok and $lang.ok and $os.ok and + $outputformat.ok and $revision.ok and $revisionflag.ok and $role.ok and -- 2.50.1