Oops; I think I misread the question.

>My problem: The transformer seems to hold the complete "Tree" in memory
>before writing anything to the file :-(

If the problem is that everything gets read in before anything gets written
out, Scott's answer is the right one:
set "http://xml.apache.org/xalan/features/incremental";  to true.

If the problem is that you're running out of memory... Scott's point about
the current limit on number of nodes per document, and my comment about
future work on pruning, both apply.

Reply via email to