From: Thomas Schraitle Date: Mon, 9 Feb 2015 16:19:25 +0000 (+0000) Subject: Added missing support for outputformat attribute X-Git-Tag: release/1.79.1~6^2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a02d9a72931eb512c46ab17fa15c4ee20fd7fb0b;p=docbook-dsssl 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 --- 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