I am using BaseX to transform some an XML documents into another XML layout.
When the incoming document gets large, run out of memory. I've bumped up memory in the
JVM and that worked.
However, what if there was a really large document? Is there a way to redirect the output
so that instead of the results stored in memory they are sent to disk somewhere (whether to a file
on the file system or even back into BaseX - destination doesn't quite matter).
Thanks.