Re: xml support
"Ischebeck, Jan" <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <C5931975AB4FD24996A5EBD3E17A7F83027A82@p3-aachen.intra.p3-gmbh.de> |
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: [email protected] 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 [email protected] http://mail.python.org/mailman/listinfo/pythonce