Subject: Re: Replace new lines by <br> and double quote with special char: Problem retaining HTML tags
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 11 Sep 2006 14:53:30 +0100
|
It's (almost) alsways better to use
<xsl:with-param name="StringToTransform" select="
rather than
<xsl:with-param name="StringToTransform">
<xsl:value-of
select="
but otherwise the code fragment that you posted looked Ok and would
replace " by "" if executed.
> But the double quotes are not getting replaced with double double
> quotes
so presumably the part of the stylesheet that you didn't show never
executes the part that you did show.
David
|