"chinni" <[EMAIL PROTECTED]> wrote

> Which Book is better for python parsing and reading Xml files from 
> local
> machine and remote machine and also through http...

A lot depends on which parser you are using.

David Metz "Text Processing in Python" is a good general text
on parsing, including some HTML/XML. (Aldso available in
draft online)

Python Network Programming has more on the networking
side(surprise!) via http.

But neither uses ElementTree which is one of the best XML
parsers and now standrad with python. The best bet there is
the developers web page.(Try Google)

There is also a book dedicated to python and XML but it
gets very mixed reviews and I haven't even seen it in a store.

HTH,

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to