xsl-list
[Top] [All Lists]

RE: [xsl] Convert a large file from XML to CSV

2008-04-19 04:07:24
Saxon-SA has a streaming mode which is useful for such transformations:

http://www.saxonica.com/documentation/sourcedocs/serial.html

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: howard chen [mailto:howachen(_at_)gmail(_dot_)com] 
Sent: 19 April 2008 11:29
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Convert a large file from XML to CSV

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>