Ticket #5 (closed defect: fixed)
VendorSpecificCapabilities Handling
| Reported by: | warmerdam | Owned by: | sdlime |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | WMS Server | Version: | 3.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
From: jeff <jeff@polexis.com> To: warmerdam@pobox.com Hi, This request: http://www2.dmsolutions.ca:8099/cgi-bin/mswms_mpp1?request=capabilities gives this result: Reference to undeclared element: 'VendorSpecificCapabilities'. and if we look into the dtd we see that you have it mentioned: <!ELEMENT Capability (Request, Exception?, VendorSpecificCapabilities?, UserDefinedSymbolization?, Layer?)> but not defined anywhere. So either you should leave the reference to the DTD out of the GetCapabilities result, or you should add a definition -- even a trivial one, like <!ELEMENT VendorSpecificCapabilities (#PCDATA)> -- to the DTD. Thanks, Jeff
Change History
Note: See
TracTickets for help on using
tickets.
