xsl-list
[Top] [All Lists]

Re: [xsl] Replace new lines by <br> and double quote with special char: Problem retaining HTML tags

2006-09-11 06:53:50

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>