You could write a Python or C# wrapper around System.XML that behaves like pyexpat and contribute it. :)
Monty On 8/4/06, Bruce Christensen <[EMAIL PROTECTED]> wrote: > Nope. :) pyexpat relies on Python extension modules written in C, which > don't work with IronPython. However, you can use the classes in the .NET > System.Xml namespace for parsing XML documents if you're writing new > code. > > --Bruce > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sridevi > Sent: Thursday, August 03, 2006 5:41 AM > To: [email protected] > Subject: [IronPython] pyexpat and IronPython > > Iam unable to run pyexpat from IronPython > Is there any files i got to add for it > > _______________________________________________ > 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 > _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
