Perl's XML::TreePP is really good for XMP parsing/writing. Is there any equivalent class in Python?
Asked
Active
Viewed 101 times
0
-
Check http://docs.python.org/2/library/xml.etree.elementtree.html – Ankit Jaiswal Jun 11 '13 at 07:05
-
Full answer to your question: http://stackoverflow.com/questions/1912434/how-do-i-parse-xml-in-python – Joop Jun 11 '13 at 07:11
1 Answers
0
import xml.etree.ElementTree
see http://docs.python.org/2/library/xml.etree.elementtree.html

Jeet Kumar
- 195
- 3
- 16