views:

167

answers:

1

There is an application where I work that uses the Microsoft XML parser 3.0. I couldn't find any documentation about it and that's becoming a problem, because we cannot use this web application with Firefox, Safari and etc. Am I wrong?

Can we install the XML parser 3.0 in different browsers?

Who can i find a documentation about it?

+1  A: 

Resources:

Can we install the XML parser 3.0 in different browsers?

No. MSXML is an ActiveX-object, so it is only supported in IE.

But there are equivalents for other browsers. You will have to provide more details if you want to know how to convert your MSXML-based code into cross-platform code.

Rasmus Faber
thanks for your answer!
VP