What's an easy and fast way to put returned XML data into a dict?

Posted by ensnare on Stack Overflow See other posts from Stack Overflow or by ensnare
Published on 2010-04-04T19:48:51Z Indexed on 2010/04/04 19:53 UTC
Read the original article Hit count: 292

Filed under:
|
|
|
|

I'm trying to take the data returned from:

http://ipinfodb.com/ip_query.php?ip=74.125.45.100&timezone=true

Into a dict in a fast and easy way. What's the best way to do this?

Thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about beginner