<HTML dir=ltr><HEAD><TITLE>Re: [OpenLayers-Users] Openlayers and Mapnik - Problems generatingmaps in OL with XML (Mapnik)</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.5726" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText58824 dir=ltr>
<DIV dir=ltr><FONT face=Verdana size=2><FONT color=#ff0000>This time, with an appropriate&nbsp;title (sorry)&nbsp;...</FONT><BR></FONT></DIV></DIV>
<DIV dir=ltr>
<DIV id=idOWAReplyText37996 dir=ltr>
<DIV dir=ltr><FONT face=Verdana color=#000000 size=2>Hi all,</FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Verdana size=2>I've been struggling with de WMSCapabilities (as defined&nbsp;here </FONT><A href="https://webmail.consulting-fujitsu.com/exchweb/bin/redir.asp?URL=http://trac.openlayers.org/ticket/1176" target=_blank><FONT face=Verdana size=2>http://trac.openlayers.org/ticket/1176</FONT></A><FONT face=Verdana color=#000000 size=2>).</FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2>Works fine with FF, but not with IE(6).</FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2>
<DIV dir=ltr><FONT face=Verdana size=2>The "capFormat.read" seems to be the problem (Object required).</FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2>Maybe related to XML&nbsp;with IE ...<BR></FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2>Is there a workaround ?</FONT></DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>Thanks a lot</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>---</DIV></FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2>function handleResult ()<BR>{<BR>&nbsp;&nbsp;&nbsp; if (oHttpRequest.readyState == 4) // COMPLETED<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (oHttpRequest.status == 200)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var xmlFormat = new OpenLayers.Format.XML();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var xml = xmlFormat.read(oHttpRequest.responseText);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var cap = capFormat.read(xml);</FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Verdana size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oTitle=cap.service.title;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oLayersDispn=cap.capability.layers;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; catch (err)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;...<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<BR>&nbsp;&nbsp;&nbsp; }<BR>}</FONT></DIV>
<DIV dir=ltr><FONT face=Verdana color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Verdana color=#000000 size=2>James</FONT></DIV>
<DIV dir=ltr><FONT size=2></FONT>&nbsp;</DIV></DIV></DIV></BODY></HTML>