Friday, May 9, 2008

PyS60 XML Parsing

Obviously, a big part of the project will involve parsing XML in Python. This can easily be done in 'normal' Python but Mobile Python does not come with any XML parsing packages. The only one I've found so far is cElementTree.

Downloaded here: http://ssalmine.googlepages.com/somepys60extensions

The desktop version here: http://effbot.org/zone/celementtree.htm


Anything else out there?

UPDATE: pexpat (or something like that) was recommended. Haven't tried it yet.

Powered By Blogger