MapServer / MapServer-import

3 stars 2 forks source link

change pointer to exception report schema location #1738

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: tomkralidis Date: 2006/04/06 - 02:39

Hi,

Currently, the root element of a ServiceException points to a schema which
doesn't exist, hence producing an invalid XML document.

The following change will fix this:

in file mapogcsos.c, line 129:

currently:

    dtd_url = strcatalloc(dtd_url, "/owsExceptionReport.xsd");

should be:

    dtd_url = strcatalloc(dtd_url, "/ows/1.0.0/owsExceptionReport.xsd");
tbonfort commented 12 years ago

Author: assefa Date: 2006/04/06 - 03:01

corrected in cvs,