[IronPython] XML Support in IronPython

Kenneth Miller xkenneth at gmail.com
Mon Oct 20 20:07:39 CEST 2008


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 <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
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20081020/2d1d27fd/attachment.html>


More information about the Ironpython-users mailing list