How do I parse this XML in python



I have an XML document which I want to parse so that I can add the elements to my SQL database. I have tried minidom, and several other python libs. However, I cannot seem to get it working.


Here is a snippet of my document.


http://ift.tt/1tiQvJM


How do I parse this? I want the values inside the tags, as I am sure you understand.


No comments:

Post a Comment