Re: [PythonCE] lxml

2007-12-03 Thread Frédéric Mantegazza
On lundi 03 décembre 2007, Alexandre Delattre wrote: > Afaik there's no port of lxml yet. A starting point would be a port of > libxml2 itself. I guessed it would be the problem :o/ > Anyway have you tried ElementTree which is shipped with PythonCE 2.5 ? > Lxml based it's API on it, so basic XML

Re: [PythonCE] lxml

2007-12-03 Thread Alexandre Delattre
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.pyt