]> granicus.if.org Git - docbook-dsssl/commit
Segmentedlist, fixed character formatting within seg output.
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 11 Mar 2006 19:44:56 +0000 (19:44 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 11 Mar 2006 19:44:56 +0000 (19:44 +0000)
commitb2b38886d3520d200ab36ca67bf28f492fe78129
treeadc73e36de6dabe6655cfc18ae32d5ad5d183f8a
parent858d3080aba30077e73d1d2b1786d2e767e64ae7
Segmentedlist, fixed character formatting within seg output.
Problem:: Seg content that contained bold/ital character
formatting was getting munged. Cause:: Existing code was running
trim.text() on Seg content; trim.text() is meant to be run only
on text nodes. Fix:: Removed call to trim.text() and replaced
with "apply templates and read resulting contents into a variable,
then run normalize-space() on that variable". That should work
OK, because Seg content model does not permit verbatim content or
any other block content as its child content.

Closes #1447578. Thanks to Daniel Leidert for reporting.
xsl/manpages/lists.xsl