[PythonCE] lxml
Alexandre Delattre
alexandre.delattre at enst-bretagne.fr
Mon Dec 3 22:37:50 CET 2007
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
More information about the PythonCE
mailing list