Hi Folks!

I'm impressed by the improvements xalan made since I last tokk a lokk at
it! Wow!

I have to solve a problem someone may have a hint where to look.
An instance in my program is generating megabytes of data by pushing the
data
into a contenthandler using sax events.
It's a list of repeating xml-parts having only different attributes.
Now I wanted to use current xalan as a filter to do some formatting and
producing a text representation.
I used the factory to create a transformer and set its output to a file
StreamResult().

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

Any hint where to add a parameter or where to look?

Ciao,
     Carsten Heyl

--
  Carsten Heyl                          [EMAIL PROTECTED]
  Pixelboxx GmbH                        http://www.pixelboxx.de/
  Ostenhellweg 56-58                    Tel.:   +49 231 53 46 30
D-44135 Dortmund                        Mobile: +49 174 31 83 608


Reply via email to