Which package to choose?

Dennis Benzinger Dennis.Benzinger at gmx.net
Wed Dec 21 12:14:50 EST 2005


ankit schrieb:
> Hi pupil, please let me know which package to choose for xml processing
> in python .
> Here are my requirements
> 
> "I want a package which provides me schema support along with minidom
> support.
> According to my findings, "libxml2" provides schema support but it
> needs either libxml2 or libgdome2 for minidom support. But these
> pacakges are not well tested exp libxml2dom.
> Also, libxml2 is not so much pythonic i,e more based and used with C.
> So there is lack of documentation for that and I am new to that. I need
> proper documentation"
> [...]

lxml <http://codespeak.net/lxml/> may be what you are looking for. It's
a pythonic binding for libxml2 and libxslt.


Bye,
Dennis



More information about the Python-list mailing list