Sanjiva Weerawarana wrote:
On Fri, 2005-09-30 at 08:24 +0600, Samisa Abeysinghe wrote:
What I would do for the time being is to use APR because I need to jump
into serializing ASAP. We could revisit the implementation later and
replace APR containers with whatever desired containers.
+1 .. let's stand on the shoulders of giants :).
I noticed that the pull parser code in Guththila uses strndup. This is a
GNU only method, and not present in Win API.
Hence I used the strdup of APR in the stream writer.
When doing the coding convention refactoring we got to change these in
Guththila as well.
Thnaks,
Samisa...
Sanjiva.