]> granicus.if.org Git - docbook-dsssl/commit
Disappearing whitespace in Para content, fixed.
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 13 Mar 2006 13:58:48 +0000 (13:58 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 13 Mar 2006 13:58:48 +0000 (13:58 +0000)
commitf4d183f08b3535416420784aa0322d19fd22c7d2
treee90a4ac82a5e09569b305d63c443680684b22821
parentdf71fafc07c3d01a811a1ed23bfe15693697f020
Disappearing whitespace in Para content, fixed.
Problem:: For a Para, in output of content of two child elements
separated by whitespace, the space gets eaten. Also, for adjacent
text nodes separated by whitespace plus a comment. Cause:: I
didn't realize that running normalize-space() on a node that only
contains space returns an empty string :) Also, did not have the
code checking for comment or PI nodes correctly. Fix:: Added code
to correctly catch whitespacespace-only nodes, comments, and PIs.

Closes #1448860 and #1448856.
xsl/manpages/utility.xsl