All you need is something to handle the insertion of the hard returns.
<xsl:template match="break"><xsl:text> </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>
--~--