MSXML or .NET

  • Thread starter Thread starter JohnArgost
  • Start date Start date
J

JohnArgost

I try to learn how to parser XML files. Should I learn MSXML or .NET
(system.xml) or both. Is MSXML an old technology which is replaced by .NET?
Thanks in advance.
 
JohnArgost said:
I try to learn how to parser XML files. Should I learn MSXML or .NET

Learn XmlDocument and XmlReader classes in .Net
(system.xml) or both. Is MSXML an old technology which is replaced by
.NET? Thanks in advance.

Yes.

Learn XPath query as well.

--
"The Bush administration aims in its 2005 budget to cut by $1 billion the
$18 billion fund that helps about 2 million Americans--generally the poor,
elderly, and disabled--pay their rent."
-Mother Jones
http://www.motherjones.com/news/dailymojo/2004/05/05_520.html
 
John,

Depends where you want to use it, is it only in C# than you can use .Net
only, however when you need to do things as well on client side with java
script you still are sticked to MSXML or any other method.

Just my thought,

Cor
 
MSXML is not considered an old technology. As a matter of fact, a new
version is installed for the new version of SQL Server or VS.NET (I can't
remember which).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top