XML
Jump to navigation
Jump to search
XML is a text-based serial representation of data. It is being replaced by YAML and JSON for better data representational efficiency.
Tutorials
There are a few good XML processing tutorials online.
For Python
- Reading Wikipedia XML Dumps with Python by Jeff Heaton
- Python XML ElementTree
- ElementTree.iterparse Examples