From: Stefan Behnel on
Jo Chan, 14.04.2010 15:28:
> Hi, everyone~~~ I am new.
> What is the most popular xml parser module used on python? Thanks for
> answering...

Why do you want to know? Just out of curiosity, or are you looking for a
tool that you can use to get a specific job done? If it's the latter, you
may want to tell us what that job is, so that we can point you to a
suitable tool.

Usually, parsing is only one part of a program that deals with XML.

Stefan