Info: XML: PyExpat, Elementtree, Xpath
Pyexpat: (useful for parsing XML files): IMPORTANT:
The pyexpat-series60_v20.sis file is originally found from: http://pdis.hiit.fi/pdis/download/pdis/ Example script : pyexpat_example.py For documentation on the pyexpat module check: expat_documentation
Elementtree: (useful for creating XML files): IMPORTANT:
Example script : elementtree_example.py For documentation on the elementtree module check: elementtree_documentation
Xpath library: (to do query within an xml file) check out: http://pdis.hiit.fi/pdis/download/pdis/
|
|
|
|