<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">All,&nbsp;Seo,<div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Do I simply need to import the module? I'm using the&nbsp;distribution&nbsp;of IronPython distributed with the Silverlight Dynamic Languages SDK. My code still chokes on from xml.dom.minidom import parse</div><div><br></div><div>Regards,</div><div>Ken</div><div><br><div><div>On Oct 19, 2008, at 9:22 PM, Seo Sanghyeon wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>2008/10/20 Kenneth Miller &lt;<a href="mailto:xkenneth@gmail.com">xkenneth@gmail.com</a>>:<br><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I've just built my project on top of minidom, for which there is no<br></blockquote><blockquote type="cite">support in IronPython, so I'm wondering if there are any compatibility<br></blockquote><blockquote type="cite">abstractions and/or what are my options for XML processing under ironpython?<br></blockquote><br>Yes there is. Grab pyexpat.py from FePy project and put it on somewhere you can<br>import. Then CPython's minidom will just work.<br><br><a href="https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/lib/pyexpat.py">https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/lib/pyexpat.py</a><br><br>-- <br>Seo Sanghyeon<br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>http://lists.ironpython.com/listinfo.cgi/users-ironpython.com<br></div></blockquote></div><br></div></body></html>