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


> 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


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