handling incoming xml response

17 views
Skip to first unread message

Sait Maraşlıoğlu

unread,
Sep 28, 2012, 9:38:34 AM9/28/12
to django...@googlegroups.com
Can u tell me how u handle incoming xml responses,
I cant find a way to make them comprehensible and ready to use.

creecode

unread,
Sep 28, 2012, 1:46:58 PM9/28/12
to django...@googlegroups.com
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 or xml.etree.ElementTree.  I've used BeautifulSoup a bit with good results.

Toodle-loooooooooo................
creecode
Reply all
Reply to author
Forward
0 new messages