/ Published in: Python

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:
Here's an example usage, where I'm consuming xml from a RESTful web service:
Comments
