Using get elements by tag name in Sarissa

S

scot.haynes

Can anyone help me with the following problem I'm having using the
Sarissa parser. I am running the following java script;
var xml = Sarissa.getDomDocument();
xml.async = false;
//Load my xml file containing many child Country elements.
xml.load('GeodessaRates.xml');
var objNodeList = xml.getElementsByTagName("Country");

For some reason in the Firefox 1.5.0.1 browser the objNodeList is not
being populated, but in Internet Explorer it is being populated.

Does anyone have a suggestion as to how I can get this code to work
properly in Firefox?
Is getElementsByTagName a valid method for the Sarissa parser?
 

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,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top