[IronPython] XML Support in IronPython

Seo Sanghyeon sanxiyn at gmail.com
Mon Oct 20 20:51:04 CEST 2008


2008/10/21 Kenneth Miller <xkenneth at gmail.com>:
>         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

You need to make it importable. You don't actually need to import it, although
it shouldn't hurt.

Do you have the error message? It works for me.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list