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
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to