[Ironpython-users] IronPython, Daily Digest 10/17/2011

no_reply at codeplex.com no_reply at codeplex.com
Tue Oct 18 15:19:58 CEST 2011


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Update ElementTree to IronPython compatible version

----------------------------------------------

ISSUES

1. [New comment] Update ElementTree to IronPython compatible version
http://ironpython.codeplex.com/workitem/31579
User adal has commented on the issue:

"This is still broken. The SimpleXMLTreeBuilder.py module is not included with IronPython. Besides, "fromstring" should work without having to pass SimpleXMLTreeBuilder.TreeBuilder to it, I'm using the same code with both CPython and IronPython.

ATM I'm using ET 1.2.7, with a small patch in ElementIron.py:

....# FIXME: handle settings here? (disable comments, etc)

....# PATCH BEGIN
....from System.Xml import XmlReaderSettings, DtdProcessing
....settings = XmlReaderSettings()
....settings.DtdProcessing = DtdProcessing.Ignore
....# PATCH END
....reader = XmlReader.Create(source, settings)"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20111018/f3e289c3/attachment.html>


More information about the Ironpython-users mailing list