Subject: RE: Convert newlines to <BR/>
From: Mike Brown <mbrown@xxxxxxxxxxxxx>
Date: Wed, 29 Dec 1999 02:46:47 -0700
|
Jon Smirl wrote:
> I have text that contains newlines and I want to replace
> these with <BR/>.
This is exactly the same method that Steve Muench posted, but with comments
explaining what's going on:
http://www.skew.org/xml/misc_demos/newline_to_br_demo_11.xsl
Also, there's no need to put the newline (which, incidentally is not the
same as a carriage return, as implied by $cr) in a result tree fragment.
Just use '
'
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|