xsl-list
[Top] [All Lists]

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

2012-02-16 19:49:08
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.

--~------------------------------------------------------------------
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>