[Home] [By Thread] [By Date] [Recent Entries]
Abel Braaksma wrote:
This is better written as follows, to prevent ambiguity and to let it perform as "catch-all" without added complexity. <!-- matches text nodes without newline -->
<xsl:template match="text()">
<xsl:value-of select="normalize-space(.)"/>
</xsl:template>
|

Cart



