Re: libxml2 and mindom

2005-12-26 Thread ankit
Hi Paul, Now I am fixed with libxml2 and libxml2dom. but can you tell me to what extent libxml2dom supports minidom. because I want minidom for traversing. Where I can find the documentation of libxml2dom. -- http://mail.python.org/mailman/listinfo/python-list

Re: libxml2 and mindom

2005-12-21 Thread Paul Boddie
ankit wrote: > I checked for it and here are my comments on it: > libxml2dom has Alpha release . So there may be some bugs in it. In our > project we cant take risk to move back after deciding for one. Thanks > for your reply. Understood. I accept that there's some way to go before libxml2dom can

Re: libxml2 and mindom

2005-12-21 Thread ankit
Hi Paul, I checked for it and here are my comments on it: libxml2dom has Alpha release . So there may be some bugs in it. In our project we cant take risk to move back after deciding for one. Thanks for your reply. I checked some other options like libgdome2. Can you make some comments on that? Th

Re: libxml2 and mindom

2005-12-21 Thread Paul Boddie
ankit wrote: > I am parsing xml file using libxml2 and for navigating the document > object tree I want to use minidom. Is it possible. Can anyone give me > any example for the same ? Try libxml2dom [1] if you want to use a minidom-style API on documents parsed by libxml2. Recent namespace discus

libxml2 and mindom

2005-12-21 Thread ankit
I am parsing xml file using libxml2 and for navigating the document object tree I want to use minidom. Is it possible. Can anyone give me any example for the same ? -- http://mail.python.org/mailman/listinfo/python-list