[IronPython] IronPython and XML Parsing

Markus Schaber m.schaber at 3s-software.com
Wed Apr 6 10:38:10 CEST 2011


Hi,

Currently, none of the XML parsers of the Python standard library seem
to work with IronPython, as they all depend on expat.

According to
http://devhawk.net/2008/05/06/Stream+Processing+XML+In+IronPython.aspx,
the FePy project contains a drop in replacement based on System.XML:
https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/lib/pyexpat.py.

Has anyone successfully tried this implementation? What about including
it into the IronPython distribution?

PS: Is FePy still alive at all? The last commit seems to be from July
2009...

Regards,
Markus





More information about the Ironpython-users mailing list