|
Subject: Re: [xsl] Problem retaining HTML tags during XSL transformation From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Wed, 10 Jan 2007 20:47:17 +0100 |
<!-- matches text nodes without newline -->
<xsl:template match="text()[not(contains(., ' '))]">
<xsl:value-of select="normalize-space(.)"/>
</xsl:template>
<!-- matches text nodes without newline -->
<xsl:template match="text()">
<xsl:value-of select="normalize-space(.)"/>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Problem retaining HTML ta, Abel Braaksma | Thread | RE: [xsl] Problem retaining HTML ta, Ambika.Das |
| Re: [xsl] Problem retaining HTML ta, Abel Braaksma | Date | Re: [xsl] Dynamic numbering of list, xslt . new |
| Month |