Re: how to append to strings...

2007-11-30 Thread Sam Carleton
On 11/30/07, Arturo 'Buanzo' Busleiman <[EMAIL PROTECTED]> wrote: > I don't quite like the bucket brigades stuff (at least for input > filters), but it's good enough. > I am open to other ideas... All I am trying to do is read in the text element from some XML via expat. The expat parser can br

Re: how to append to strings...

2007-11-30 Thread Arturo 'Buanzo' Busleiman
On 11/30/07, Sam Carleton <[EMAIL PROTECTED]> wrote: > That is exactly what I was think about! I read the article and read > through the apr_buckets.h and am still seeking more info. Does anyone > know if any of the existing modules use a simply bucket system to > build a string as an example for

Re: how to append to strings...

2007-11-30 Thread Sam Carleton
On Nov 30, 2007 5:25 AM, Arturo 'Buanzo' Busleiman <[EMAIL PROTECTED]> wrote: > You might be talking about bucket brigades. You can create a brigade, > transform > each string into a bucket, then insert/append after/before another reference > bucket, > etc. > > This will give you an idea: > > ht

Re: how to append to strings...

2007-11-30 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Sam Carleton wrote: > The question is: What is the correct way to append all the pieces of > XML that I am going to get from expat into one string? I recall > reading somewhere that Apache has a really slick way of being able to You might be talki