xsl-list
[Top] [All Lists]

Re: How to transform a huge XML-file (memory-saving)?

2005-08-15 15:29:06
Alan wrote:

* news(_at_)swisslab(_dot_)de <news(_at_)swisslab(_dot_)de> [2005-08-09 09:49]:

i'm looking for a solution to handle the xslt-transformation of huge data
files.  If i try to process a 176 mb XML-file with saxon8, the
java enviroment uses a lot of main-memory - round about 1 gb.
There is a different XML transform language called STX. It can't do everything that XSL can do, because it does the transforms on a stream, not on an entire document -- on the other hand, it uses very little memory and is much, much faster.

Try google for STX XML transform or something like that, and see if it can express your transform

Soren

--~------------------------------------------------------------------
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>