Spikeddragon
04-23-2007, 03:26 PM
currently i have a page that works well in IE.
in the header, i include my xml doc as:
<xml id="sscat" src="ss_catalog.xml" async="true"></xml>
and in my javascript i asign values to variables as:
var temp = sscat.recordset("source");
... where "source" is a node in the xml file.
How can I include the xml document to work in Firefox with my calls in the form of sscat.recordset();?
in the header, i include my xml doc as:
<xml id="sscat" src="ss_catalog.xml" async="true"></xml>
and in my javascript i asign values to variables as:
var temp = sscat.recordset("source");
... where "source" is a node in the xml file.
How can I include the xml document to work in Firefox with my calls in the form of sscat.recordset();?