xml support
Dmitry Belyaev <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
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?