[IronPython] DOM binding for .NET?

Sanghyeon Seo sanxiyn at gmail.com
Wed Oct 25 06:24:39 CEST 2006


Where can I read about W3C Document Object Model Binding for .NET?

http://www.w3.org/DOM/

W3C only defines bindings for Java and ECMAScript. Python binding is
defined in the Python Library Reference, and linked here:

http://www.w3.org/DOM/Bindings

But I can't find anything about .NET there. Especially, I want
something akin to "Conformance" section of the Python Library
Reference.

http://docs.python.org/lib/dom-conformance.html

This would help me to develop a Python DOM implementaion backed by
.NET Base Class Library, not pure-Python minidom, that can be
registered to xml.dom.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list