Posts Tagged ‘elementtree’
- Headline
Parsing XML with Python using ElementTree
- Date
- December 18th, 2010
- Category
- Developer
- Story
There are many ways to parse XML in python. I will show you the basics on how to parse XML using ElementTree. While ElementTree 1.3 and higher is not needed for this example, it’s nice to have because it has better xpath support than the earlier version. pip install elementtree if you don’t already have … read more
- Comments
- 5 Comments »