[Home] [By Thread] [By Date] [Recent Entries]
David Carlisle wrote:
I think if you set indent="no" in the xsl:output tag of your XSL, it Perhaps this (but I think that xsl:strip-space is redundant here)? <xsl:strip-space elements="*" /> <xsl:template match="node() | @*">
<xsl:copy>
<xsl:apply-templates select="@* | node()" />
</xsl:copy>
</xsl:template><xsl:template match="text()"> <xsl:value-of select="normalize-space(.)" /> </xsl:template>
|

Cart



