RE: [xsl] xml 2 csv

Subject: RE: [xsl] xml 2 csv
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 16 Nov 2001 10:37:47 -0000
> i am transforming xml into three output formats: html, pdf and xml
>
> now i would like to know, if it is also possible to transform
> xml into csv
> files
> so i can view it with microsoft excel in my browser??
> if it is, what do i need to use and is there a reference
>
Just use <xsl:output method="text"/>, and be very careful about controlling
the output of whitespace.

Mike Kay


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


Current Thread