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");
Reporter: tomkralidis Date: 2006/04/06 - 02:39