Click to See Complete Forum and Search --> : Server side XML


al_paso
August 1st, 2000, 05:42 PM
What issues does the MS XML parser have in a server side implementation?How are using VB web classes better?
Can naybody point me to a resource that explains this

Thanks

Lothar Haensler
August 2nd, 2000, 02:05 AM
best source for MSXML: MSDN!
search for MSXML.

is it better than web classes?
well, you can use the MSXML parser even in web classes. They don't interfere.

al_paso
August 2nd, 2000, 02:22 PM
Thanks for the response..

Let me rephrase my question..
Web Classes offer early binding to the MSXML parser as opposed to using the parser in ASP (automation client).Does this mean that server side instantiation within ASP will not scale well compared to that in WebClasses?Also what about using the MSXML parser in a regular COM object(even then I can use early binding).
In short what is the best way to parse XML on the server side out of the three?
Thanks