XML in python

Peter Hansen peter at engcorp.com
Thu Jun 19 08:48:19 EDT 2003


> Ragu wrote:
> 
>         I need to read a XML file content in Python.
>         Can anyone send me link/sample source?
> 
>         Note: Send mails to my personel id, as I didnt still yet
>         subscribed to this list.

Do you plan to do anything with it after you read it?

Check out the xml.dom.minidom package...

-Peter




More information about the Python-list mailing list