Re: Need more feed about gsoc expat-axis2c-integration

2008-03-26 Thread Samisa Abeysinghe
Damitha Kumarage wrote: Dinesh Premalal wrote: Hi Lasith, Lasith Eranda [EMAIL PROTECTED] writes: 1. It is similar to the way you have embedded libxml2 in to Axis2C. I would say Yes, However it might be little different since expat doesn't have StAX API. At one stage of developing

Re: Need more feed about gsoc expat-axis2c-integration

2008-03-25 Thread Supun Kamburugamuva
Hi Dinesh, Just for the curiosity, can we integrate expat to Axiom/C? AFAIK expat is not a pull parser. It registers functions for various events and calls these functions when it goes through the XML. I'm not sure weather expat has a pull API. Regards, Supun.. On Sun, Mar 23, 2008 at

Re: Need more feed about gsoc expat-axis2c-integration

2008-03-25 Thread Dinesh Premalal
Hi Supun, Supun Kamburugamuva [EMAIL PROTECTED] writes: Hi Dinesh, Just for the curiosity, can we integrate expat to Axiom/C? AFAIK expat is not a pull parser. It registers functions for various events and calls these functions when it goes through the XML. I'm not sure weather expat

Re: Need more feed about gsoc expat-axis2c-integration

2008-03-25 Thread Dinesh Premalal
Supun Kamburugamuva [EMAIL PROTECTED] writes: Another concern is that Pull parsing (Stax) and Push parsing are opposite of each other. In SAX, parsing is controlled by the parser and model builder(i.e. Stax builder) doesn't have any control over the building process. In fact there shouldn't be

Re: Need more feed about gsoc expat-axis2c-integration

2008-03-25 Thread Damitha Kumarage
Dinesh Premalal wrote: Hi Lasith, Lasith Eranda [EMAIL PROTECTED] writes: 1. It is similar to the way you have embedded libxml2 in to Axis2C. I would say Yes, However it might be little different since expat doesn't have StAX API. At one stage of developing Axis C++ we had

Need more feed about gsoc expat-axis2c-integration

2008-03-23 Thread Lasith Eranda
hi dinesh, First I'm grateful to you for your quick reply you send for my first email. That helped me alot to get some basic idea after going through some source located in axiom/src/parser/libxml/ folder. But i have some more things to be clarify from you before start on writing the proposal.

Re: Need more feed about gsoc expat-axis2c-integration

2008-03-23 Thread Dinesh Premalal
Hi Lasith, Lasith Eranda [EMAIL PROTECTED] writes: 1. It is similar to the way you have embedded libxml2 in to Axis2C. I would say Yes, However it might be little different since expat doesn't have StAX API. 2. User have to install expat library before build with expat parser. Yes. 3. I