This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xml 2 csv


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]