XML in python

Alan Kennedy alanmk at hotmail.com
Thu Jun 19 09:34:17 EDT 2003


Ragu wrote:
>         I need to read a XML file content in Python.
>         Can anyone send me link/sample source?

This link should give you a good start in all things XML/python.

http://pyxml.sourceforge.net/topics/howto/xml-howto.html

Although it describes many of the features that are provided by the optional
PyXML package, it also describes many of the core XML features provided in the
python standard library, such as SAX2, DOM, etc.

regards,

-- 
alan kennedy
-----------------------------------------------------
check http headers here: http://xhaus.com/headers
email alan:              http://xhaus.com/mailto/alan




More information about the Python-list mailing list