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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users