-
Notifications
You must be signed in to change notification settings - Fork 0
Notes
Benjamin Datko edited this page Mar 27, 2022
·
1 revision
Is there anyone else working with the data?
- The closest work I can find is omniverse-labs repo
- Omniverse lab used another dataset with had emails with the bodies of the emails
What library should I use to parse the XML?
- I think untangle looked like a good choice. A friend recommended me the library
Some good reads and tools.
- A Roadmap to XML Parsers in Python
-
online XML viewer
- saved me in a pinch
-
Processing XML in Python with ElementTree
- it's an older article, but it checks out
-
Making Data Trees in Python
- cannot parse XML without thinking about trees
- Processing XML in Python — ElementTree
- Display XML tree structure with BeautifulSoup
- DuckDuckGo search: python processing xml tree data structure
-
XML Essential Training
- a little pricey, but the course go over a lot of basics
- downside the code is all in java script