Re: XML/HTML serializers buffering everything and using threads.

2003-02-24 Thread Bruno Dumon
On Mon, 2003-02-24 at 18:06, Sylvain Wallez wrote: [...] > > Guys, > > I added a fix in AbstractTextSerializer ages ago in this area : it adds > in front of the IdentityTransform (it was before the current workaround) > a "NamespaceAsAttributes" XMLPipe that. adds namespace declarations as > a

Re: XML/HTML serializers buffering everything and using threads.

2003-02-24 Thread Sylvain Wallez
Bruno Dumon wrote: On Mon, 2003-02-24 at 13:01, Carsten Ziegeler wrote: -Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 12:47 PM To: [EMAIL PROTECTED] Subject: RE: XML/HTML serializers buffering everything and using threads. On Mon, 2003

RE: XML/HTML serializers buffering everything and using threads.

2003-02-24 Thread Bruno Dumon
On Mon, 2003-02-24 at 13:01, Carsten Ziegeler wrote: > > -Original Message- > > From: Bruno Dumon [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 24, 2003 12:47 PM > > To: [EMAIL PROTECTED] > > Subject: RE: XML/HTML serializers buffering ev

RE: XML/HTML serializers buffering everything and using threads.

2003-02-24 Thread Carsten Ziegeler
> -Original Message- > From: Bruno Dumon [mailto:[EMAIL PROTECTED] > Sent: Monday, February 24, 2003 12:47 PM > To: [EMAIL PROTECTED] > Subject: RE: XML/HTML serializers buffering everything and using > threads. > > > On Mon, 2003-02-24 at 12

RE: XML/HTML serializers buffering everything and using threads.

2003-02-24 Thread Bruno Dumon
On Mon, 2003-02-24 at 12:24, Carsten Ziegeler wrote: [...] > > > I personally see this as the right solution... :) I tried to fix this > bug in Xalan several month ago but failed :( (Ok, I only had three hours > time to understand whats going on inside Xalan). > So, best thing in my eyes is to bui

RE: XML/HTML serializers buffering everything and using threads.

2003-02-24 Thread Carsten Ziegeler
> -Original Message- > From: Bruno Dumon [mailto:[EMAIL PROTECTED] > > Just found out about some suboptimal serializer things in the current > Cocoon CVS, and since I didn't find anything relevant in the mail > archives, I thought I'd just come in and complain. > > There are actually 2

Re: XML/HTML serializers buffering everything and using threads.

2003-02-23 Thread Stefano Mazzocchi
Bruno Dumon wrote: Just found out about some suboptimal serializer things in the current Cocoon CVS, and since I didn't find anything relevant in the mail archives, I thought I'd just come in and complain. Pier was telling me something equivalent yesterday. Good timing! There are actually 2 things