What is the main difference between MSML and .NET Framework XML classes

Q

What is the main difference between MSML and .NET Framework XML classes?

✍: Guest

A

MSXML supports XMLDOM and SAX parsers while .NET framework XML classes support XML DOM and XML readers and writers. MSXML supports asynchronous loading and validation while parsing. For instance you can send synchronous and asynchronous calls to a remote URL. But as such there is not direct support of synchronous and asynchronous calls in .NET framework XML. But same can be achieved by using “System.Net” namespaces.

2007-10-31, 5914👍, 0💬