Which XML library for what purposes?

Posted by John Mee on Stack Overflow See other posts from Stack Overflow or by John Mee
Published on 2010-03-12T04:02:26Z Indexed on 2010/03/12 4:07 UTC
Read the original article Hit count: 240

Filed under:
|

A search for "python" and "xml" returns a variety of libraries for combining the two.

This list probably faulty:

  • xml.dom
  • xml.etree
  • xml.sax
  • xml.parsers.expat
  • PyXML
  • beautifulsoup?
  • HTMLParser
  • htmllib
  • sgmllib

Be nice if someone can offer a quick summary of when to use which, and why.

© Stack Overflow or respective owner

Related posts about python

Related posts about Xml