Re: [xsl] new line

Subject: Re: [xsl] new line
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 16 Mar 2001 01:17:29 -0700 (MST)
Partho Paul wrote:
> how can I insert explicitly a new line

<xsl:text>&#10;</xsl:text>

or

<xsl:text>&#xA;</xsl:text>

(they are the same)

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread