Hello Sait,

On Friday, September 28, 2012 6:38:34 AM UTC-7, Sait Maraşlıoğlu wrote:
>
> Can u tell me how u handle incoming xml responses,
>

Generally you start with an XML parsing library. Which one you choose 
depends on what you are trying to do and also what makes sense to you. 
There are many Python based XML parsing tools available and a Google search 
would return many results.

Python has some built-in libraries that you might find of use 
xml.dom.minidom<http://docs.python.org/library/xml.dom.minidom.html#module-xml.dom.minidom>
 or 
xml.etree.ElementTree<http://docs.python.org/library/xml.etree.elementtree.html#module-xml.etree.ElementTree>.
 
 I've used BeautifulSoup a bit with good results.

Toodle-loooooooooo................
creecode

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/nayPQ0zERP4J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to