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
674
posted 15 years ago by magicrebirth