<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:x="urn:schemas-microsoft-com:office:excel" 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";}
h2
{mso-style-priority:9;
mso-style-link:"Heading 2 Char";
mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:18.0pt;
font-family:"Times New Roman","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;}
code
{mso-style-priority:99;
font-family:"Courier New";}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:"Courier New";}
span.nodelabelbox
{mso-style-name:nodelabelbox;}
span.nodetag
{mso-style-name:nodetag;}
span.nodeattr
{mso-style-name:nodeattr;}
span.nodename
{mso-style-name:nodename;}
span.nodevalue
{mso-style-name:nodevalue;}
span.nodebracket
{mso-style-name:nodebracket;}
span.nodetext
{mso-style-name:nodetext;}
span.Heading2Char
{mso-style-name:"Heading 2 Char";
mso-style-priority:9;
mso-style-link:"Heading 2";
font-family:"Times New Roman","serif";
font-weight:bold;}
.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">Dear All,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am a newbie of mapserver and other online mapping technologies. Recently, I have been struggling to load a TinyOWS WFS Layer to an OpenLayers map. I set up proxy.cgi, which works fine. I checked TinyOWS using command “tinyows –check”,
which also seems to be working. The page <a href="http://.../cgi-bin/tinyows.exe?service=wfs&request=getCapabilities&version=1.1.0&typename=tows:lrtstops">
http://.../cgi-bin/tinyows.exe?service=wfs&request=getCapabilities&version=1.1.0&typename=tows:lrtstops</a> doesn’t return any error either. I can also load a mapserver WMS layer into the OpenLayers Map with no problem. However, no feature from the WFS layer
would show in the OpenLayers map. Since both the WMS and WFS layers are of the same projection, which is EPSG:2227, I assume that the misspecification of projection is not likely to be the caprice here. The following is the JavaScript I used and the response
returned. Could someone help me find out what I did wrong? Many thanks in advance!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><i><span style="color:#1F497D">OpenLayers.ProxyHost = "/fcgi-bin/proxy.cgi?url=";<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D">function init() {<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> map = new OpenLayers.Map('map', {<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> projection: new OpenLayers.Projection("EPSG:2227"),<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> units: "feet",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> maxResolution: "auto",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> maxExtent: new OpenLayers.Bounds(6103631,1911230,6186389,1976404),<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> controls: [<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> new OpenLayers.Control.PanZoom()<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> ]<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> });<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> var wms= new OpenLayers.Layer.WMS(<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> "parcel",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> "http://.../cgi-bin/mapserv.fcgi?MAP=.../Parcel.map",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> {layers: 'Parcel', format: 'image/jpeg'}<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> );<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p> </o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> var wfs = new OpenLayers.Layer.Vector("Editable Features", {<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> strategies: [new OpenLayers.Strategy.BBOX(), saveStrategy],<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> projection: new OpenLayers.Projection("EPSG:2227"),<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> protocol: new OpenLayers.Protocol.WFS({<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> version: "1.1.0",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> srsName: "urn:ogc:def:crs:EPSG::2227",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> url: "http://.../cgi-bin/tinyows.fcgi",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> featureNS : "http://roappdev1:8080/",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> featureType: "lrtstops",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> geometryName: "the_geom",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> outputFormat: "text/xml; subtype=gml/3.1.1",<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> schema: "http://.../cgi-bin/tinyows.fcgi?service=wfs&request=DescribeFeatureType&version=1.1.0&typename=tows:lrtstops"<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> })<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> }); <o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> <o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"> map.addLayers([wms, wfs]);<o:p></o:p></span></i></p>
<p class="MsoNormal">---------------------------------------------------------------------------<o:p></o:p></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><ows:ExceptionReport xmlns="http://www.opengis.net/ows" xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows
http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd" version="1.1.0" language="en"><o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><ows:Exception exceptionCode="InvalidParameterValue" locator="request"><o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><ows:ExceptionText>XML request isn't valid</ows:ExceptionText><o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"></ows:Exception><o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"></ows:ExceptionReport><o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p> </o:p></span></i></p>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p> </o:p></span></i></p>
<pre><code><i><span style="color:#1F497D"><?xml version='1.0' encoding='UTF-8'?><o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"><ows:ExceptionReport<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> xmlns='http://www.opengis.net/ows'<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> xmlns:ows='http://www.opengis.net/ows'<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> xsi:schemaLocation='http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd'<o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> version='1.1.0' language='en'><o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> <ows:Exception exceptionCode='InvalidParameterValue' locator='request'><o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> <ows:ExceptionText>XML request isn't valid</ows:ExceptionText><o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"> </ows:Exception><o:p></o:p></span></i></code></pre>
<pre><code><i><span style="color:#1F497D"></ows:ExceptionReport></span></i></code><i><span style="color:#1F497D"><o:p></o:p></span></i></pre>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p> </o:p></span></i></p>
<p class="MsoNormal"><code><i><span style="font-size:10.0pt;color:#1F497D"><wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs" service="WFS" version="1.1.0" outputFormat="text/xml; subtype=gml/3.1.1" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd
http://myserver/ http://myserver/cgi-bin/tinyows.fcgi?service=wfs&request=DescribeFeatureType&version=1.1.0&typename=tows:lrtstops" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" resultType="results"><wfs:Query typeName="feature:lrtstops"
srsName="urn:ogc:def:crs:EPSG::2227" xmlns:feature="http://myserver/"><ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"><ogc:BBOX><ogc:PropertyName>the_geom</ogc:PropertyName><gml:Envelope xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:2227"><gml:lowerCorner>6040731.6
1878643</gml:lowerCorner><gml:upperCorner>6249288.4 2008991</gml:upperCorner></gml:Envelope></ogc:BBOX></ogc:Filter></wfs:Query></wfs:GetFeature><o:p></o:p></span></i></code></p>
<p class="MsoNormal"><code><i><span style="font-size:10.0pt;color:#1F497D"><o:p> </o:p></span></i></code></p>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Response Headers<o:p></o:p></span></i></p>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Connection<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">Keep-Alive</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Content-Type<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">application/xml</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Date<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">Wed, 01 Feb 2012 18:04:29 GMT</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Keep-Alive<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">timeout=5, max=66</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Proxy-Connection<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">Keep-Alive</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Server<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">Apache/2.2.16 (Win32) PHP/5.3.3 mod_fcgid/2.3.6</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Transfer-Encoding<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">chunked</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td width="153" style="width:91.8pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Via<o:p></o:p></span></i></p>
</td>
<td width="470" style="width:282.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">....</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Request Headers<o:p></o:p></span></i></p>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Accept<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Accept-Charset<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">ISO-8859-1,utf-8;q=0.7,*;q=0.7</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Accept-Encoding<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">gzip, deflate</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Accept-Language<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">en-us,en;q=0.5</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Content-Length<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">917</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Content-Type<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">application/xml; charset=UTF-8</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Cookie<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">SESSd43c6da11a8841c94fab47ef368714de=576ee6deef9974c049b58c8494e0b122; __utma=116482309.238053724.1327699956.1327699956.1327709334.2; __utmz=116482309.1327699956.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Host<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">myhost</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Proxy-Connection<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">keep-alive</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">Referer<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">http://myserver/.../tinyows_test.html</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D">User-Agent<o:p></o:p></span></i></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Courier New";color:#1F497D">Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0</span></i><i><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#1F497D"><o:p></o:p></span></i></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><i><span style="color:#1F497D"><o:p> </o:p></span></i></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">By the way, I am using <a name="module_libxml">libxml</a> 2.7.3 and openlayers 2.11. The following XML information is returned from phpinfo().<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><a name="module_xml"><b>xml</b></a><b><o:p></o:p></b></p>
<table class="MsoNormalTable" border="0" cellspacing="3" cellpadding="0" width="600" style="width:5.0in">
<tbody>
<tr>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">XML Support <o:p></o:p></p>
</td>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">active <o:p></o:p></p>
</td>
</tr>
<tr>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">XML Namespace Support <o:p></o:p></p>
</td>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">active <o:p></o:p></p>
</td>
</tr>
<tr>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">libxml2 Version <o:p></o:p></p>
</td>
<td style="padding:1.8pt 1.8pt 1.8pt 1.8pt">
<p class="MsoNormal">2.7.3 <o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Regards,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Ya<o:p></o:p></p>
</div>
</body>
</html>