[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: REALLY simple xml reader

Navtej Singh

1/27/2008 6:41:00 PM

check the implementation of XMLNode class here
http://hsivonen.iki.fi/group-feed/fl...

HTH
N

On Jan 27, 2008 11:05 PM, Simon Pickles <sipickles@hotmail.com> wrote:
> Hi
>
> Can anyone suggest a really simple XML reader for python? I just want to
> be able to do something like this:
>
> xmlDoc = xml.open("file.xml")
> element = xmlDoc.GetElement("foo/bar")
>
> ... to read the value of:
>
> <foo>
> <bar>42</bar>
> </foo>
>
>
> Thanks
>
> Simon
>
> --
> Linux user #458601 - http://coun....
>
>
>
> --
> http://mail.python.org/mailman/listinfo/p...
>