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 -- http://mail.python.org/mailman/listinfo/python-list