Hi Seo,

System.Xml is compliant with both DOM Level 1 and Level 2.  You can find the the SDK documentation @ http://msdn2.microsoft.com/en-us/library/system.xml.aspx

In addition, as per the intro into the above linked page,

The System.Xml namespace provides standards-based support for processing XML.

The supported standards include:


In addition, there is a good presentation series located @ http://msdn.microsoft.com/library/default.asp?url="" that covers all of the XML-related technlogies for .NET.  While the presentations are somewhat old, the content is still relevant.

In regards to the conformance reference, I will need to dig around, but I know Joshua Allen has posted a lot of content in the past to places like the XML-Dev mailing list that discuss at least some of the conformance related questions.  Let me dig around a bit and follow-up with a couple of links.

In addition to this, the entire org.w3.dom Java bindings are available as part of IKVM.NET in the IKVM.GNU.Classpath.dll, and as such, you can utilize these as well inside of any .NET accessible language.  To implement this is C#, use the same syntax for classpath~namepath that you would in java, replacing (obviously) import with using.

Hope this helps!


On 10/24/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote:
2006/10/25, Sanghyeon Seo <[EMAIL PROTECTED]>:
> 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.

W3C also defines the interface in OMG IDL, but I can't find anything
about .NET on OMG website, while I can download Python Language
Mapping Specification there.

http://www.omg.org/technology/documents/idl2x_spec_catalog.htm

--
Seo Sanghyeon
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



--
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to