Hey,<div><br></div><div>First off - thanks a ton for your work on FeatureServer, it looks like a great lightweight option to &#39;fill in the gaps&#39; of an open-source mapping stack.</div><div><br></div><div>I&#39;m working on writing a parser for WFS in PHP (generalized, but initially targeted to the Drupal CMS), and I&#39;ve come across an issue: SimpleXML, PHP&#39;s validating parser, rejects the GML output of FeatureServer, and for good reason: the WFS server included is hardcoded to point to <a href="http://example.com">example.com</a> [1], and there doesn&#39;t seem to be a schema definition file anywhere in the FeatureServer download. I&#39;m wondering - is there a description available anywhere, or has anyone written one? It seems odd that <a href="http://example.com">example.com</a> is hardcoded into this, and I think it would be a simple-enough thing to patch (possibly adding another var to featureserver.cfg?), so if that&#39;s needed or wanted, I&#39;d love to pitch in.</div>
<div><br></div><div>[1] WFS.py line 14:</div><div>&nbsp;&nbsp;xmlns:fs=&quot;<a href="http://example.com/featureserver">http://example.com/featureserver</a>&quot;</div><div><div><br></div><div>Thanks for any help or ideas!</div><div>
<br></div><div>Tom MacWright</div></div>