Hi Felix,
pushed the module to github:
http://github.com/fredreichbier/pyneko/tree/master
I have wrapped all nodes listed on http://nekovm.org/doc/nxml and also
created xml visitor routines for them. However, I haven't tested every
node :)
There is also a problem with entities in xml attribute values: etree
sets them automatically, but neko's nxml parser doesn't seem to parse
entities in attribute values. For example using BinaryOp('<', ...) isn't
possible right now.
So, maybe you can get some inspiration from that ;)
Friedrich
--
Neko : One VM to run them all
(http://nekovm.org)