Sgmlop is fairly easy to get working on wince (one c file, one py file). It looks like Elementtree supports using sgmlop as well. Sgmlop is very fast but necessarily the most correct xml parser out there. Expat is also relatively easy to compile for WinCE.
Brian Retford 206.349.7060 Software Development Manager Coco Communications Corp -- e pluribus unum -- Dmitry Belyaev wrote: > I doubt anything from "main python source" can be compiled for WinCE > without any changes to the sources. I an not WinCE specialist, so I am > doubt I am able to make necessary changes and compile that module. > My last attempt to compile PythonCE version failed, so I decided to > download only binaries =) > > Ischebeck, Jan wrote: > >>Hi Dmitry, >> >>Yes, there is at least one xml parser for python ce. >>You can compile the pyexpat module included in the main python source. >>(You can find a makefile patch at the sourceforge side) >> >>I'm sorry, but I don't have an up to date binary version at hand. >>My binary is based on Kashtan's first version. >> >>Kind Regards >> >>Jan Ischebeck >> >>------------------------------------------------------------------------------------ >> >>P3 GmbH - Ingenieurgesellschaft für Management und Organisation >> >>Jan Ischebeck >>Senior Consultant >> >>Nürtinger Straße 9 >>70794 Filderstadt-Bernhausen >> >>phone: +49 - (0)163 / 75 33 613 >>fax: +49 - (0)163 / 99 75 33 613 >>e-mail: [EMAIL PROTECTED] >>web: www.p3-gmbh.de >> >> >> >>-----Ursprüngliche Nachricht----- >>Von: [EMAIL PROTECTED] im Auftrag von Dmitry Belyaev >>Gesendet: Mo 30-Jan-06 21:26 >>An: pythonce@python.org >>Betreff: [PythonCE] xml support >> >>Yesterday I decided to write simple xml-parsing application. Tried >>"xml.sax" and "xml.dom.minidom" modules. Program using "xml.sax" module >>printed "No parsers found" while desktop version worked fine. I >>Is there in PythonCE any working xml-parser or I have to parse xml by hands? >>_______________________________________________ >>PythonCE mailing list >>PythonCE@python.org >>http://mail.python.org/mailman/listinfo/pythonce >> > > > _______________________________________________ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce