All, Seo,

Do I simply need to import the module? I'm using the distribution of IronPython distributed with the Silverlight Dynamic Languages SDK. My code still chokes on from xml.dom.minidom import parse

Regards,
Ken

On Oct 19, 2008, at 9:22 PM, Seo Sanghyeon wrote:

2008/10/20 Kenneth Miller <[EMAIL PROTECTED]>:
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
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to