Hi,
    Please my comments inline

On 7/25/06, Dinesh Premalal <[EMAIL PROTECTED]> wrote:
Hi devs,
          Hope to do following modifications to guththila code in order to minimize memory leaks and enhance the performance of guththila xml parser.

guththila_reader
------------------------
                 1.Replace guththila_environment, guththila_allocator, guththila_error with axis2_environment, axis2_allocator and axis2_error.
                        axis2_xx implementations has less errors , well tested implementations and no point of maintaining same implementations in two places

done !

                 2. Remove it's local stack implementation and use axis2_utils stack implementation

done !, Now guththila has a  dependency on  axis2_utils  library

                 3. Implement space , comments and pi handling functions.

In here I was meaning by  "space" is SPACE event in the StaX api.  But need to clarify about SPACE event.  I saw some other mailing list StaX gurus still arguing about use of SPACE event. I would say let's wait some time , if we have any requirement with SPACE event then we can implement it. 

comments and pi ignored by the parser

                 4.  Adding guththila_reader_create_for_io (), guththila_reader_create_for_memory () functions.


done!

guththila_writer
---------------------------
                1. Integrate with aixs2_utils stack implementation.

done !

BTW axis2c is working with guththila in my machine. I will appreciate if some one could help me to integrate guththila with axis2c build system.

thanks,
Dinesh

If you have any ideas please let us know.

thanks,
Dinesh

--
W.Dinesh Premalal
http://xydinesh.blogspot.com/



--
W.Dinesh Premalal
http://xydinesh.blogspot.com/

Reply via email to