[IronPython] XML Support in IronPython
Seo Sanghyeon
sanxiyn at gmail.com
Mon Oct 20 04:22:38 CEST 2008
2008/10/20 Kenneth Miller <xkenneth at gmail.com>:
> I've just built my project on top of minidom, for which there is no
> support in IronPython, so I'm wondering if there are any compatibility
> abstractions and/or what are my options for XML processing under ironpython?
Yes there is. Grab pyexpat.py from FePy project and put it on somewhere you can
import. Then CPython's minidom will just work.
https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/lib/pyexpat.py
--
Seo Sanghyeon
More information about the Ironpython-users
mailing list