Thanks for all the great info!
Eric
On 10/25/06, M. David Peterson <[EMAIL PROTECTED]> wrote:
This is a nice overview in regards to some of the key advantages in System.Xml for .NET 2.0. It provides a deeper understanding the of the design goals, with code samples that showcase how to take advantage of them.
http://msdn.microsoft.com/library/default.asp?url=""
On 10/25/06, M. David Peterson <[EMAIL PROTECTED] > wrote:Here's one of the posts from Joshua Allen I was referring to,
http://lists.xml.org/archives/xml-dev/200106/msg00552.html
On 10/25/06, M. David Peterson <[EMAIL PROTECTED] > wrote: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:
XML 1.0 - http://www.w3.org/TR/1998/REC-xml-19980210 - including DTD support.
XML Namespaces - http://www.w3.org/TR/REC-xml-names/ - both stream level and DOM.
XSD Schemas - http://www.w3.org/2001/XMLSchema
XPath expressions - http://www.w3.org/TR/xpath
XSLT transformations - http://www.w3.org/TR/xslt
DOM Level 1 Core - http://www.w3.org/TR/REC-DOM-Level-1/
DOM Level 2 Core - http://www.w3.org/TR/DOM-Level-2/
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
--
/M:D
M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354
--
/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
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
