Thursday, December 8, 2005 Mathias Bauer wrote: > You are lucky that you didn't place the bet. :-)
> OOo doesn't do that. First it processes each XML stream independently > (and other streams only on demand) and second it never loads any whole > uncompressed stream into memory but instead has an "unpacking" buffer > that on one side is filled by uncompressing (on demand) and on the other > side is processed by the XML parser. When the internal pointer in the > buffer is moved to the end more data gets uncompressed to the buffer and > so on. This works for the xml processing because no seeking back is > necessary. Damn! I was hoping it would be something easy to fix :) -- Giuseppe "Oblomov" Bilotta --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
