reading XML file using python

Alessandro Molari alessandro at molarulez.com
Mon May 17 20:13:52 EDT 2010


I can suggest you the lxml library at http://codespeak.net/lxml/

I've already used it and I think it works very well, it's more pythonic 
than the built-in xml library

For a simple use of xml functionalities you can read 
http://codespeak.net/lxml/tutorial.html

--------
Alessandro Molari
--------
On Monday 17 May 2010 10:34:51 shanti bhushan wrote:
> Hi ,
> i am new to python.i want to read the XML file using python it ,by
> using DOm or SAX any of them.
> I want to read the http://www.google.com(any hyper text) from XML 
and
> print that.
> please give me the sample program for this.
> regards
> Shanti Bhushan
> Bangalore,India



More information about the Python-list mailing list