I have a WMSGetFeatureInfo control that builds a popup using the event.features.length in a for loop on the application/vnd.ogc.gml data returned.<div><br></div><div>I have a: console.log(event.features.length); that is correct in Chrome (on Windows) and will successfully build the popup.  But in Firefox the .length returns 0 and so the program won&#39;t get into the for loop.  I&#39;ve been tracking this in Firebug and Chrome Dev but cannot track it down.</div>

<div><br></div><div>I&#39;ve placed a demo at <a href="http://floodatlas.org/wcmp/DEV/">http://floodatlas.org/wcmp/DEV/</a></div><div>Just click on the colored line or X&#39;s and a popup will work right in Chrome, but the not in Firefox.  </div>

<div><br></div><div>This has baffled me for too many days now so I kindly ask the list for some help.  Thanks!</div><div><br></div><div>Jason Hochschild</div>