Re: xml support
Dmitry Belyaev <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
I found that elementTree uses obsolete module "xmllib". Besides, neither xmllib nor xml.sax are available at PythonCE. Stewart Midwinter wrote: > try elementTree from http://effbot.org. > > s > > > On 1/30/06, Dmitry Belyaev <[email protected]> wrote: > >>Is there in PythonCE any working xml-parser or I have to parse xml by hands? >