Re: Generators.. was: Re: What is Cocoon good for???

2001-11-14 Thread Soren Neigaard
Yes I think so too, but it also works for me if just return a org.w3c.dom.Node to C2, and since my controller works with XML internally this is a smooth solution I think :) However I dont know if you solution has better performance, so I might just convert to your solution anyway. Does anybody

Re: Generators.. was: Re: What is Cocoon good for???

2001-11-14 Thread David Rosenstrauch
I would imagine that SAX would perform much better: * Doesn't need to build a DOM tree in memory, so less memory usage * Doesn't need to wait till the DOM tree is built; can start processing from the first root element DR At 03:43 PM 11/14/01 -0800, you wrote: Yes I think so too, but it