Thanks Stephen,

your fix worked for us. However, we came across the error again when sending
multiple operations in a single transaction. In this case, IE11 generates
xmlns:NS2, xmlns:NS3 and so on.

We've fixed it by using a more general regex:

child = child.replace(new RegExp('xmlns:NS\\d+="" NS\\d+:', 'g'), '');



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WFS-and-IE-11-tp5090636p5094634.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.
_______________________________________________
Dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Reply via email to