Profile
Achievement
magicrebirth's Recent SnippetsTagged xml
- All /
« Prev 1 Next »
ElementTree is provided as part of the standard Python libs. ElementTree is pure python, and cElementTree is the faster C implementation:
Here's an example usage, where I'm consuming xml from a RESTful web service:
0
579
posted 14 years ago by magicrebirth