Re: [webkit-dev] NEW XML Parser

2011-09-07 Thread Sireesha Janakiraman
I am using webkitgtk port On Mon, Sep 5, 2011 at 9:58 PM, Lucas De Marchi < lucas.demar...@profusion.mobi> wrote: > On Mon, Sep 5, 2011 at 3:08 AM, Sireesha Janakiraman > wrote: > > Hello all, > > I am newbie to webkit. I am trying to use new xml parser for one of use > > case. > > I see ENABLE(

Re: [webkit-dev] NEW XML Parser

2011-09-05 Thread Adam Barth
The new XML parser isn't really done. You're probably better off using the libxml2 version until the new XML parser is more mature. Adam On Sun, Sep 4, 2011 at 11:08 PM, Sireesha Janakiraman wrote: > Hello all, > I am newbie to webkit. I am trying to use new xml parser for one of use > case. >

Re: [webkit-dev] NEW XML Parser

2011-09-05 Thread Lucas De Marchi
On Mon, Sep 5, 2011 at 3:08 AM, Sireesha Janakiraman wrote: > Hello all, > I am newbie to webkit. I am trying to use new xml parser for one of use > case. > I see ENABLE(NEW_XML) check to get the new functionality , but it is not > defined in configure script. Is there a way I can use new_xml pars

Re: [webkit-dev] NEW XML Parser

2011-09-04 Thread Patrick Gansterer
The new XML parser isn't finished yet (see webkit.org/b/64396). An ENABLE_NEW_XML=1 preprocessor definition should work, but you need to hack this into your build system on your own at the moment. Some build system don't contain the required source file, so there might be more work needed. So I'm

[webkit-dev] NEW XML Parser

2011-09-04 Thread Sireesha Janakiraman
Hello all, I am newbie to webkit. I am trying to use new xml parser for one of use case. I see ENABLE(NEW_XML) check to get the new functionality , but it is not defined in configure script. Is there a way I can use new_xml parser in webkit. Regards, Siree __