Re: lxml
Alexandre Delattre <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
Hi, Afaik there's no port of lxml yet. A starting point would be a port of libxml2 itself. Anyway have you tried ElementTree which is shipped with PythonCE 2.5 ? Lxml based it's API on it, so basic XML infoset manipulation is exactly the same in etree, but works out of the box. http://docs.python.org/lib/module-xml.etree.ElementTree.html Maybe you're interested in the standards support of lxml ( XPath, XSLT, schemas validation ...), in which case I advise you a pure python solution (http://4suite.org/index.xhtml) Regards, Alexandre