Re: Reading of XML.HELP!!
[QUOTE=nick_santa83;384341]Hi, i'm trying to create a program that reads xml file. [/Quote]
I do. :)
[quote]
Does anyone know how to do that? I can currently create one using elementtree. I'm trying to be able to access certain fields such as "filename" listed in the xml file. My phone is a N95 8GB. Does it allow me to access xml files in my phone's directory?[/QUOTE]
Copy following files from Python 2.2.2 distribution:
xml.dom.__init__
xml.dom.domreg
xml.dom.minidom
xml.parsers.__init__
xml.parsers.expat
They should give you a pretty sane XML DOM parsing environment. Minidom is not the brightest XML DOM implementation out there, but it's quite mini, as the name says :)