Re: [OpenLayers-Dev] Firefox splitting XML nodes with length greater than 4096

2011-05-03 Thread Thorsten Müller
Hi Andreas, thanks for your answer and detailed description of different formats belonging to this issue. We do use UMN Mapserver in the involved project, so I hope some project time is allocated to build a patch with new parser pattern due to OpenLayers.Format.WMSGetFeatureInfo :-) Best, Th

Re: [OpenLayers-Dev] Firefox splitting XML nodes with length greater than 4096

2011-05-03 Thread Andreas Hocevar
Hey Thorsten, the issue with the WMSGetFeatureInfo format needs to be addressed - this is one of the formats that don't use our new sequential parser based on OpenLayers.Format.XML yet. Also note that the parser built into OpenLayers.Format.WMSGetFeatureInfo will only be used for some WMS services

[OpenLayers-Dev] Firefox splitting XML nodes with length greater than 4096

2011-04-29 Thread Thorsten Müller
Dear list, unfortunately Firefox splits xml nodes with a length greater than 4096 Bytes into several nodes. Due to that some format readers of OpenLayers run into problems. Let's take a look at WMSGetFeatureInfo-Format reader (OpenLayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js) especially