[Geoserver-devel] SLD InlineFeature now available

Can we make you request validate by sticking with predefined
FeatureTypes? Or sticking with feature types defined by the GeoServer

instance?

(Does geoserver validate requests?)

I'm not sure what you mean.

I think if you put your featuretypes in namespaces and then include the
namespace it'll validate.

Geoserver does this as the first tag in a GetFeatureResponse:

<wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs&quot;
xmlns:tiger="http://www.census.gov"
xmlns:gml="http://www.opengis.net/gml&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xsi:schemaLocation="http://www.census.gov
http://localhost:8080/geoserver/wfs/DescribeFeatureType?typeName=tiger:poly_landmarks
http://www.opengis.net/wfs
http://localhost:8080/geoserver/data/capabilities/wfs/1.0.0/WFS-basic.xsd&quot;&gt;

dave

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

Quoting dblasby@anonymised.com:

>Can we make you request validate by sticking with predefined
>FeatureTypes? Or sticking with feature types defined by the GeoServer
instance?
>(Does geoserver validate requests?)
I'm not sure what you mean.

Right now you use xerces as your parser? Or some SAX parser? Have you turned
validation on?

I think if you put your featuretypes in namespaces and then include the
namespace it'll validate.

That is what I mean :slight_smile: I was just wanting to correct you example ... in case
you place it on a geoserver wiki page (hint hint).

Jody