Opened 18 years ago

Closed 17 years ago

#1898 closed defect (fixed)

[WFS-Server] remove non-compliant XML elements from Capabilities response

Reported by: tomkralidis Owned by: mapserverbugs
Priority: high Milestone:
Component: WFS Server Version: unspecified
Severity: normal Keywords:
Cc: bartvde@…

Description

Using latest CVS, OGC:WFS GetCapabilities response is invalid XML.  This is
because we have defined our own outputformats for GML3L0.

If we want to be compliant to OGC:WFS 1.0.0 and have valid XML outputs, we have
to remove these (always empty) XML elements:

/WFS_Capabilities/Capability/Request/DescribeFeatureType/SchemaDescriptionLanguage/SFE_XMLSCHEMA
/WFS_Capabilities/Capability/Request/GetFeature/ResultFormat/GML3
GML3

...we can still support GML3L0 via the API.

Change History (1)

comment:1 by tomkralidis, 17 years ago

Resolution: fixed
Status: newclosed
Looks like Steve fixed this.  OGC:WFS 1.0.0 Capabilities output is now valid XML.
Note: See TracTickets for help on using tickets.