whimet / ianalyse

Automatically exported from code.google.com/p/ianalyse
0 stars 0 forks source link

Change the plugin system from lxml to dom based #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
install the lxml on linux is painful, since before python 3.0, PyXml does
not support the full xpath, even some of the very basic xpath operation
does not work.

so I decided to changed the plugin system from xpath to python script,
which requires no lxml installed on user's machine

Original issue reported on code.google.com by Iamka...@gmail.com on 29 Dec 2009 at 3:26

GoogleCodeExporter commented 9 years ago
using python script to calculate each cell.

Original comment by Iamka...@gmail.com on 2 Jan 2010 at 3:01