Hi Seo,<br><br>System.Xml is compliant with both DOM Level 1 and Level 2. You can find the the SDK documentation @ <a href="http://msdn2.microsoft.com/en-us/library/system.xml.aspx">http://msdn2.microsoft.com/en-us/library/system.xml.aspx
</a><br><br>In addition, as per the intro into the above linked page,<br><br><p>
                                The <b>System.Xml</b> namespace provides standards-based support for processing XML.
                        
                                 </p><p>The supported standards include:</p> <ul><li> <p>XML 1.0 - <a href="http://www.w3.org/TR/1998/REC-xml-19980210">http://www.w3.org/TR/1998/REC-xml-19980210</a> - including DTD support. </p> </li><li> <p>XML Namespaces -
<a href="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</a> - both stream level and DOM. </p> </li><li> <p>XSD Schemas - <a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema
</a> </p> </li><li> <p>XPath expressions - <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a> </p> </li><li> <p>XSLT transformations - <a href="http://www.w3.org/TR/xslt">http://www.w3.org/TR/xslt</a> </p>
</li><li> <p>DOM Level 1 Core - <a href="http://www.w3.org/TR/REC-DOM-Level-1/">http://www.w3.org/TR/REC-DOM-Level-1/</a> </p> </li><li> <p>DOM Level 2 Core - <a href="http://www.w3.org/TR/DOM-Level-2/">http://www.w3.org/TR/DOM-Level-2/
</a></p></li></ul><br>In addition, there is a good presentation series located @
<a href="http://msdn.microsoft.com/library/default.asp?url=/seminar/mmcfeed/mmcdisplayfeed.asp?lang=en&product=103337&audience=100402">http://msdn.microsoft.com/library/default.asp?url=/seminar/mmcfeed/mmcdisplayfeed.asp?lang=en&product=103337&audience=100402
</a>
that covers all of the XML-related technlogies for .NET. While the
presentations are somewhat old, the content is still relevant.<br><br>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.
<br><br>In addition to this, the entire org.w3.dom Java bindings are available as part of <a href="http://IKVM.NET">IKVM.NET</a> 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.
<br><br>Hope this helps!<br>
<br><br><div><span class="gmail_quote">On 10/24/06, <b class="gmail_sendername">Sanghyeon Seo</b> <<a href="mailto:sanxiyn@gmail.com">sanxiyn@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2006/10/25, Sanghyeon Seo <<a href="mailto:sanxiyn@gmail.com">sanxiyn@gmail.com</a>>:<br>> Where can I read about W3C Document Object Model Binding for .NET?<br>><br>> <a href="http://www.w3.org/DOM/">http://www.w3.org/DOM/
</a><br>><br>> W3C only defines bindings for Java and ECMAScript.<br><br>W3C also defines the interface in OMG IDL, but I can't find anything<br>about .NET on OMG website, while I can download Python Language<br>Mapping Specification there.
<br><br><a href="http://www.omg.org/technology/documents/idl2x_spec_catalog.htm">http://www.omg.org/technology/documents/idl2x_spec_catalog.htm</a><br><br>--<br>Seo Sanghyeon<br>_______________________________________________
<br>users mailing list<br><a href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a><br><a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
</a><br></blockquote></div><br><br clear="all"><br>-- <br>/M:D<br><br>M. David Peterson<br><a href="http://mdavid.name">http://mdavid.name</a> | <a href="http://www.oreillynet.com/pub/au/2354">http://www.oreillynet.com/pub/au/2354
</a>