consume xml from RestFul webservices


/ Published in: Python
Save to your folder(s)

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:

URL: http://stackoverflow.com/questions/804992/how-to-consume-xml-from-restful-web-services-using-django-python

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.