RE: [xsl] xml 2 csv

Subject: RE: [xsl] xml 2 csv
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 16 Nov 2001 14:12:34 -0000
> and how am i able to get an output for each line:
> at the moment, all the data appears in one line.

As I said, you need to take care over the whitespace.

The best rule is to have no literal text in the stylesheet that isn't
enclosed in an <xsl:text> element, and to output a newline as
<xsl:text>&#xa;</xsl:text>

Mike Kay


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


Current Thread