]> granicus.if.org Git - docbook-dsssl/commitdiff
Apply twaugh's fix for making the entity transform stuff work
authorMartijn van Beers <lotr@users.sourceforge.net>
Wed, 15 May 2002 08:06:08 +0000 (08:06 +0000)
committerMartijn van Beers <lotr@users.sourceforge.net>
Wed, 15 May 2002 08:06:08 +0000 (08:06 +0000)
contrib/xsl/db2man/db2man.xsl

index 329a63f81985b880f46b11f07805a051cbd8cde2..1d1d57d695c74297b4073c61ace87707ce32835d 100644 (file)
                      preceding-sibling::node()[name(.)!='']">
          <xsl:text> </xsl:text>
        </xsl:if>
-       <xsl:value-of select="normalize-space(.)"/>
+        <xsl:variable name="content">
+         <xsl:apply-templates select="."/>
+       </xsl:variable>
+       <xsl:value-of select="normalize-space($content)"/>
        <xsl:if
         test="translate(substring(., string-length(.), 1),'&#10;',' ') = ' ' and
               following-sibling::node()[name(.)!='']">