Opened 23 years ago

Closed 23 years ago

#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 (2)

comment:1 by sdlime, 23 years ago

Owner: changed from morissette@… to sdlime

comment:2 by sdlime, 23 years ago

Resolution: fixed
Status: newclosed
Fixed it by adding a definition defining that tag as being empty for the moment. 
That will change in time. SDL
Note: See TracTickets for help on using tickets.