Hello everyone,
1.
I am wondering what is the relationship between various C# XML types (e.g. XMLWriter, XPath, XMLDocument, XMLSerializer, etc.) and MSXML package? Does all the types just wrap and call the functons in MSXML package?
2.
When install .Net Framework Runtime, MSXML will be installed automatically?
thanks in advance,
George
George GeorgePosted Jun 19, 2008, 2:39 AM
Hi Dave,
My question is from installation, and I want to know whether my application is dependent on pre-installation of MSXML. Any ideas?
Here is a link,
http://www.microsoft.com/downloads/details.aspx?FamilyID=993C0BCF-3BCF-4009-BE21-27E85E1857B1&displaylang=en
regards,
George
DavePosted Jun 19, 2008, 2:26 AM
Just a quick word on XML. Obviously I have no idea how much you know about XML. You really need to learn about it before using any classes (if you don't know XML). For example, an XPath object would be meaningless to someone who does not know how to write XPath queries.
Obviously I have not answered your questions here, and I don't know what MSXML is. But I thought it was important to let you know that XML is quite an involved area, and there is much more to it than something like HTML.