RE: [xsl] Breaking lines in text files using XSL

Subject: RE: [xsl] Breaking lines in text files using XSL
From: "James Sulak" <jsulak@xxxxxxxxxxxxxxxx>
Date: Tue, 26 Jun 2007 11:51:40 -0500
Hello Giovani,

Putting <xsl:text>&#xa;</xsl:text> between the two <xsl:value-of>s
should introduce a line break.

-James

-----Original Message-----
From: Giovani Librelotto [mailto:librelotto@xxxxxxxxx]
Sent: Tuesday, June 26, 2007 11:43 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Breaking lines in text files using XSL

Hello there,

It is a simple question.
How can I generate break lines in text files (not XML) using XSL?
If I use 2 <xsl:value-of> in sequence, the result is displayed in the
same text line. How to insert a break line between these
<xsl:value-of>?
Best regards,

Giovani

Current Thread