<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I am using OpenLayers Version 2.12 and GeoServer Version 2.2.4, and recently encountered a problem with Internet Explorer 10.  The map displays and functions correctly in every other browser, and I have tested it in IE 7, 8 and 9, Firefox, Chrome, Safari and Opera.  The error appears to be generated from my GML parser.  The error message is as follows:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='text-indent:.5in'>Error: TypeError: Unable to get property ‘namespaceURI’ of undefined or null reference<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The protocol for the layer being read is defined as follows:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='text-indent:.5in'>wfsProtocol = new OpenLayers.Protocol.WFS({<o:p></o:p></p><p class=MsoNormal>                                version: "1.1.0",<o:p></o:p></p><p class=MsoNormal>                                url: "http://mydomain:8080/geoserver/my_data/wfs",<o:p></o:p></p><p class=MsoNormal>                                featureType: "mylayer", //name of the geoserver layer<o:p></o:p></p><p class=MsoNormal>                                featureNS: "myworkspace URI", //edit workspace namespace URI<o:p></o:p></p><p class=MsoNormal>                                featurePrefix: "myworkspace", //geoserver workspace name<o:p></o:p></p><p class=MsoNormal>                                geometryName: "the_geom",<o:p></o:p></p><p class=MsoNormal>                                srsName: "EPSG:4326",<o:p></o:p></p><p class=MsoNormal>                                scope: strategy<o:p></o:p></p><p class=MsoNormal>                });<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>My GML parser is defined as follows:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>                var gmlParser = new OpenLayers.Format.GML.v3({<o:p></o:p></p><p class=MsoNormal>                                featureNS: "myworkspace URI",<o:p></o:p></p><p class=MsoNormal>                                featureType: "mylayer",<o:p></o:p></p><p class=MsoNormal>                                geometryName: "the_geom"<o:p></o:p></p><p class=MsoNormal>                });<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have tried changing some of the properties, but nothing has worked.  If I run IE 10 in compatibility mode, it works fine.  Has anyone else encountered this problem with IE 10, and if so what did you do to fix it?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Any suggestions are greatly appreciated.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Jerome Wendell<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>