Google Chrome - exception on Sarissa Dom Document object
Brought to you by:
mbatsis
Google Chrome browser (build 0.2.149.30) throws error on a Sarissa XML object when attempting to load an XML document.
Details:
1. xmlDocument = Sarissa.getDomDocument();
2. xmlDocument.async = false;
3. xmlDocument.load('xml/contents.xml');
Attempting to execute line 3, the browser returns the error:
exception TypeError: Object #<a Document> has no method 'load'
Attached is the "Sarissa Unit Tests" report, ran from http://dev.abiss.gr/sarissa/test/testsarissa.html
Sarissa Unit Test Report
Hello,
Did you get a solution to the problem you have mentioned above? I am facing a similar issue and want to know if you have some solution.
Any help will be appreciated.
Thanks!
I added a simulation to load method (using XMLHttpRequest) on cvs.