Hi,

I have a web page that uses an XML file and some javascript to display a dynamic page. I have designed this using Microsoft tools, and I am happy with it's functionality on MSIE5.5 upwards. I have reports from my users who are running Netscape and Opera that say the page errors. When I investigate, I get the following error:

Expression evaluated to null or undefined and is not convertible to object: xmlDoc.root

This is one of the first lines of code in my page. I have embedded object tags in the HTML page that generates the xmlDoc part of the code. as below:

<OBJECT classid="clsid:CFC399AF-D876-11D0-9C10-00C04FC99C8E" id="MSXML" Name="xmlDoc" viewastext></OBJECT>

This works fine for IE but not in Netscape or Opera.

Can anybody please help me out? Does anybody use XML within a web page in Netscape or Opera?

Thanks in advance,
DJ