[kepler-dev] [Bug 3970] - XSLT unnecessarily writes to a file

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Apr 10 13:17:49 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3970





------- Comment #2 from chrisweed at gmail.com  2009-04-10 13:17 -------
(In reply to comment #1)
> Some XML documents are large enough that String representations can memory
> limited.  By using temporary files properly, we can avoid these memory issues
> (assuming the XMl isn't loaded into memory somewhere else, of course). Would it
> be acceptable to simply fix the temporary files problem?
> 

I would agree with you if the output of the class was a file name string
pointing to where the output is stored, but you are returning the string
itself. You have to allocate that memory anyway to return it.


More information about the Kepler-dev mailing list