MSXML 4.0 .NET equivilents

G

Guest

I was wondering if there are direct equivelents in .NET to the objects provided by MSXML 4.0 dll. For example I need to send and recieve XML documents from an asp page. The example I was given uses these objects.

MSXML2.FreeThreadedDOMDocumen
MSXML2.ServerXMLHTT

I know I can still used the MSXML 4.0 dll but I would like to do this strictly using .NET objects

Any help would be greatly appreciated

Thanks
Ken
 
B

bruce barker

see:

XmlDocument class. Its not free threaded, so you need to do your own
locking, but still mush faster than com-interops.

WebClient class


-- bruce (sqlwork.com)



Kent said:
I was wondering if there are direct equivelents in .NET to the objects
provided by MSXML 4.0 dll. For example I need to send and recieve XML
documents from an asp page. The example I was given uses these objects.
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top