From: Michael Smith Date: Tue, 25 Apr 2006 03:09:08 +0000 (+0000) Subject: Added refclass.suppress param. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5a71629e46bbde0ccc728aa5b7682a395d06fbf;p=docbook-dsssl Added refclass.suppress param. If the value of refclass.suppress is non-zero, then display refclass contents is suppressed in output. Affects HTML and FO output only. --- diff --git a/xsl/fo/param.ent b/xsl/fo/param.ent index 6e8ab8be9..c2d02a484 100644 --- a/xsl/fo/param.ent +++ b/xsl/fo/param.ent @@ -161,6 +161,7 @@ + diff --git a/xsl/fo/param.xweb b/xsl/fo/param.xweb index d48032e71..5bd400527 100644 --- a/xsl/fo/param.xweb +++ b/xsl/fo/param.xweb @@ -163,6 +163,7 @@ generate.section.toc.level; &refentry.pagebreak; &refentry.title.properties; &refentry.xref.manvolnum; +&refclass.suppress; Tables @@ -754,6 +755,7 @@ around all these parameters. + diff --git a/xsl/html/param.ent b/xsl/html/param.ent index 767a0fb71..73112d4cf 100644 --- a/xsl/html/param.ent +++ b/xsl/html/param.ent @@ -194,6 +194,7 @@ + diff --git a/xsl/html/param.xweb b/xsl/html/param.xweb index 21b28c214..42abeb77a 100644 --- a/xsl/html/param.xweb +++ b/xsl/html/param.xweb @@ -182,6 +182,7 @@ stylesheet like this: &refentry.xref.manvolnum; &citerefentry.link; &refentry.separator; +&refclass.suppress; Tables @@ -668,6 +669,7 @@ around all these parameters. + diff --git a/xsl/params/refclass.suppress.xml b/xsl/params/refclass.suppress.xml new file mode 100644 index 000000000..8c2cfcc3b --- /dev/null +++ b/xsl/params/refclass.suppress.xml @@ -0,0 +1,23 @@ + + +refclass.suppress +boolean + + +refclass.suppress +Suppress display of refclass contents? + + + + +0 + + +Description + +If the value of refclass.suppress is +non-zero, then display refclass contents is +suppressed in output. + + +