Re: [xsl] trying to search and replace within a xsl:for-each tag

Subject: Re: [xsl] trying to search and replace within a xsl:for-each tag
From: ihe onwuka <ihe.onwuka@xxxxxxxxxxxxxx>
Date: Fri, 17 Feb 2012 01:48:53 +0000
All you need is something to handle the insertion of the hard returns.

<xsl:template match="break"><xsl:text>&#13;</xsl:text></xsl:template>

The rest of what you want can be handled by built-in default rules
(i.e you do not need to write code for it)  which I strongly recommend
you familiarise yourself with.

Current Thread