<font size=2 face="sans-serif">This seems to be related to IE11 though....</font>
<br><font size=2 face="sans-serif">Try this </font>
<br>
<br><font size=2 face="sans-serif">/**</font>
<br><font size=2 face="sans-serif"> * Override: OpenLayers.Format.XML</font>
<br><font size=2 face="sans-serif"> * This file holds overrides for
the <OpenLayers.Format.XML> class.</font>
<br><font size=2 face="sans-serif"> * Workaround BUG IE 11</font>
<br><font size=2 face="sans-serif"> * </font><a href="http://osgeo-org.1560.x6.nabble.com/WFS-and-IE-11-tp5090636p5093321.html"><font size=2 color=blue face="sans-serif">http://osgeo-org.1560.x6.nabble.com/WFS-and-IE-11-tp5090636p5093321.html</font></a>
<br><font size=2 face="sans-serif"> */</font>
<br>
<br><font size=2 face="sans-serif">/**</font>
<br><font size=2 face="sans-serif"> * Method: write</font>
<br><font size=2 face="sans-serif"> * This override do a search-replace
on the rogue text in the XML namespace After the XML has been generated</font>
<br><font size=2 face="sans-serif"> */</font>
<br><font size=2 face="sans-serif">var _class = OpenLayers.Format.XML;</font>
<br><font size=2 face="sans-serif">var originalWriteFunction = _class.prototype.write;</font>
<br><font size=2 face="sans-serif">var patchedWriteFunction = function()</font>
<br><font size=2 face="sans-serif">{</font>
<br><font size=2 face="sans-serif">        var
child = originalWriteFunction.apply( this, arguments );</font>
<br><font size=2 face="sans-serif">        </font>
<br><font size=2 face="sans-serif">        //
NOTE: Remove the rogue namespaces as one block of text.</font>
<br><font size=2 face="sans-serif">        //
      The second fragment "NS1:" is too small
on its own and could cause valid text (in, say, ogc:Literal elements) to
be erroneously removed.</font>
<br><font size=2 face="sans-serif">        child
= child.replace(new RegExp('xmlns:NS\\d+="" NS\\d+:', 'g'), '');</font>
<br><font size=2 face="sans-serif">        </font>
<br><font size=2 face="sans-serif">        return
child;</font>
<br><font size=2 face="sans-serif">}</font>
<br>
<br><font size=2 face="sans-serif">_class.prototype.write = patchedWriteFunction;</font>
<br>
<p>
<br>
<br>
<br>
<table width=100% style="border-collapse:collapse;">
<tr valign=top height=8>
<td width=40% style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif"><b>ar_gaeta
<riccardog79@gmail.com>@lists.osgeo.org</b> </font>
<br><font size=1 face="sans-serif">Envoyé par : mapserver-users-bounces@lists.osgeo.org</font>
<p><font size=1 face="sans-serif">2015-04-13 07:02</font>
<td width=59% style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<table width=100% style="border-collapse:collapse;">
<tr valign=top height=21>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=right><font size=1 face="sans-serif">A</font></div>
<td style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif">mapserver-users@lists.osgeo.org</font>
<tr valign=top height=21>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<tr valign=top height=21>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=right><font size=1 face="sans-serif">Objet</font></div>
<td style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif">Re:
[mapserver-users] RE WFS from Tinyows on        IExplorer:
       InvalidParameterValue</font></table>
<br>
<table width=393 style="border-collapse:collapse;">
<tr valign=top height=8>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<td width=336 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"></table>
<br></table>
<br>
<br>
<br>
<br>
<br><tt><font size=2>I've tried to load the WFS with version 1.0.0 but
nothing change.<br>
It seems that the error is that IExplorer call a "NS1:xmlns:feature..."
but<br>
I don't know what it is.<br>
If I put the IExplorer in compatibility it works and I can see my layers.<br>
But it seems more a workaround than a real solution...<br>
Thanks for any help!<br>
<br>
<br>
<br>
--<br>
View this message in context: </font></tt><a href="http://osgeo-org.1560.x6.nabble.com/WFS-from-Tinyows-on-IExplorer-InvalidParameterValue-tp5200463p5201040.html"><tt><font size=2>http://osgeo-org.1560.x6.nabble.com/WFS-from-Tinyows-on-IExplorer-InvalidParameterValue-tp5200463p5201040.html</font></tt></a><tt><font size=2><br>
Sent from the Mapserver - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapserver-users mailing list<br>
mapserver-users@lists.osgeo.org<br>
</font></tt><a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users"><tt><font size=2>http://lists.osgeo.org/mailman/listinfo/mapserver-users</font></tt></a><tt><font size=2><br>
</font></tt>
<br>
<br>
<br>