RE: Printing newline

Subject: RE: Printing newline
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 10 Feb 2000 16:29:57 -0000
Or use xsl:output indent="yes". Or <xsl:value-of select="&#xa;"/>
 
MHK

Try including:
<xsl:text>
</xsl:text>

 
How to print a new line in XSL. My output comes in a single line when I
print froma  xsl:for-each. So after each xsl:value-of, I need to print a
newline ( SO that the output is readable )
 


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


Current Thread