[OpenLayers-Users] possible bug: Microsoft.XMLDOM object problem in Firefox

Balázs Bámer bamerbalazs at gmail.com
Mon Jan 25 04:24:20 EST 2010


Hi All,

Using OpenLayers under Firefox caused the following problem:
this.xmldom is null in OpenLayers.Format.XML.js line 145: xmldom.loadXML(text);
Adding check
if(xmldom===null)
  throw "dsfgdfgfdg";
before this line solves the problem, since Try fails and next function
can be tried.

Best regards: Balazs Bamer



More information about the Users mailing list