From: Michael Smith Date: Tue, 10 May 2005 12:02:04 +0000 (+0000) Subject: Partially support having multiple parameters in one paramdef. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cd2168bceae263b7fe0cad07f23c12e9e113e8c;p=docbook-dsssl Partially support having multiple parameters in one paramdef. DocBook says it is valid, but it's not clear why anybody would ever want to do it. Prior to this fix, each parameter would get rendered twice. There is still a problem with whitespace between parameters getting dropped, but it's not worth fixing unless somebody can actually show a use case for having multiple parameters in one paramdef. --- diff --git a/xsl/html/synop.xsl b/xsl/html/synop.xsl index 45cb18855..e7a84dc23 100644 --- a/xsl/html/synop.xsl +++ b/xsl/html/synop.xsl @@ -413,14 +413,14 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* -   - ; @@ -591,14 +591,14 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* -   -