summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2020-10-16 11:29:32 -0400
committerShaun McCance <shaunm@redhat.com>2020-10-16 11:29:32 -0400
commit4c296beea662ad6ef8276146a05b5bc951646ced (patch)
tree16fe26a30fdfffbf7b43f5a2e48d449a618712f2 /xslt
parente3baf5c957d85463834718694b45654790f3e801 (diff)
downloadyelp-xsl-4c296beea662ad6ef8276146a05b5bc951646ced.tar.gz
Added some notes to mal-if params about default values
Diffstat (limited to 'xslt')
-rw-r--r--xslt/mallard/common/mal-if.xsl7
1 files changed, 5 insertions, 2 deletions
diff --git a/xslt/mallard/common/mal-if.xsl b/xslt/mallard/common/mal-if.xsl
index 0a3e7d1a..5b4b3d06 100644
--- a/xslt/mallard/common/mal-if.xsl
+++ b/xslt/mallard/common/mal-if.xsl
@@ -39,7 +39,8 @@ The list of supported target tokens.
This parameter takes a space-separated list of tokens to enable for conditional
processing. It is used by the template {mal.if.test}. This parameter is meant
to hold tokens starting with `target:`. It should usually be set by the primary
-importing stylesheet.
+importing stylesheet. The default in this stylesheet is just `''`, but it is
+set to appropriate values by the importing HTML and XHTML stylesheets.
-->
<xsl:param name="mal.if.target" select="''"/>
@@ -65,7 +66,9 @@ The list of supported feature tokens.
This parameter takes a space-separated list of tokens to enable for conditional
processing. It is used by the template {mal.if.test}. This parameter is meant
to hold tokens that specify the capabilities of these stylesheets. It should
-usually be set by the primary importing stylesheet.
+usually be set by the primary importing stylesheet. The default in this
+stylesheet is just `'mallard:1.0'`, but it is set to a more complete set of
+features by the importing HTML and XHTML stylesheets.
-->
<xsl:param name="mal.if.features" select="'
mallard:1.0