Re: [xsl] XML to EXCEL

Subject: Re: [xsl] XML to EXCEL
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Tue, 16 Jul 2002 21:21:00 +0200
In which way should anybody help, if you don't post any XSL code? Or at least the csv output.

Joerg

Mathy V Arumugam wrote:

Ok, I have modified the xml file to: <?xml-stylesheet type='text/csv' href='test.xsl'?> and the xsl file to:
<xsl:output method="text" encoding="ISO-8859-1"/>
Then I recreated the page and tried to open it with excel. It didn't look any better. Am I missing anything here?


Thanks
Mathy


use xsl:output to indicate method="text" and media type text/csv

You can easily generate a CSV file that can be opened in Excel.


Antonio


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


Current Thread