From: Michael Smith Date: Tue, 27 Sep 2005 04:37:56 +0000 (+0000) Subject: Added "wrapper-name" param to inline.charseq named template, X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b91a1a153e6e0aa08c5e1d796ecfa0f0348567e;p=docbook-dsssl Added "wrapper-name" param to inline.charseq named template, enabling it to output inlines other than just "span". Acronym and Abbrev templates now use inline.charseq to output HTML "acronym" and "abbr" elements (instead of "span"). Closes #1305468. Thanks to Sam Steingold for suggesting the change. --- diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index 1467d6ab6..989d01cf7 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -115,12 +115,19 @@ - + + + + span + + + + - + @@ -543,11 +550,15 @@ - + + abbr + - + + acronym +