python from Java
Richie Hindle
richie at entrian.com
Tue Sep 7 07:52:54 EDT 2004
[Ajay]
> [...] the problem is an XML
> parser which works on a PDA - pythonce. Now elementtree uses pyexpat
> (which pythonce doesn't have), objectify just needs expat which i dont
> have either and anobind needs 4Suite - there is no port for it to a PDA.
> so i am back to where i was earlier.
> looking for a reasonably fast and efficient xml parser that works on a PDA
> (DOM or SAX, i dont care)
Try Beautiful Soup: http://www.crummy.com/software/BeautifulSoup/ (you'll
want the BeautifulStoneSoup parser). I don't know whether it's fast or
efficient, but it's pure Python so it should run in your environment.
--
Richie Hindle
richie at entrian.com
More information about the Python-list
mailing list