Info: XML: PyExpat, Elementtree, Xpath

Pyexpat: (useful for parsing XML files):

IMPORTANT:
In order to run the pyexpat_example.py script below working, you need to install first the following .sis file to your phone to get the pyexpat.py library installed that is not included in the original Nokia Python for 60 package:


Install: pyexpat-series60_v20.sis

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:
In order to run the elementtree_example.py script below working, you need to install first the following .sis file to your phone to get the elementtree library installed that is not included in the original Nokia Python for 60 package:


Install: pyexpat-series60_v20.sis

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/

 

 

 

 

 

 

 

 

 

 

Previous|Next | Menu         Copyright (c) 2006 Jurgen Scheible