[xsl] Convert a large file from XML to CSV

Subject: [xsl] Convert a large file from XML to CSV
From: "howard chen" <howachen@xxxxxxxxx>
Date: Sat, 19 Apr 2008 18:29:20 +0800
Hi,

I am converting a very large XML file to CSV (e.g. GB in size which
can't fit into memory), I am not sure if it is the correct way to use
XSL to do my job.

Currently I have a Java program which parse the XML file (SAX) and
write to a file.

Any suggestions?

Howard

Current Thread