Hi all Just a question regarding how CInclude, Include and XInclude works (maybe a dumb question afterall). I need to pull rather large documents (several megabytes) using either one of including mechanisms. Does CInclude reads _all_ the document to include in memory and *then* streams it down the pipe or does it start sending SAX event as soon as they are read ? (same question for Include and XInclude). I checked the source code but I'm not familliar enough with all the details to figure this out for sure. I suspect that since Include can make parallel requests, I suspect it buffers the document. Thanks Eric
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
