[mapserver-users] XML parsing error with extended Inspire WMS 1.1.1 capabilities

Yves Jacolin yves.jacolin at camptocamp.com
Fri Feb 7 03:30:07 PST 2014


FYI, Pierre Mauduit worked on this:
https://github.com/mapserver/mapserver/pull/4861

Y.


2014-02-06 Yves Jacolin <yves.jacolin at camptocamp.com>:

> Hello,
>
> Thanks, we will try to do a pull request on this soon.
>
> Y.
>
>
> 2014-01-31 Eichner, Andreas - SID-NLKM <Andreas.Eichner at sid.sachsen.de>:
>
>
>> > I get this error: Namespace prefix xsi for type on MandatoryKeyword
>> > is not defined
>>
>> You're right. The problem using DTD is that namespace declarations are
>> done
>> using FIXED attributes. Therefore the DTD part
>>  <!ATTLIST inspire_common:MandatoryKeyword
>>    xmlns:inspire_common CDATA #FIXED "
>> http://inspire.ec.europa.eu/schemas/common/1.0"
>>  >
>>
>> Should be:
>>  <!ATTLIST inspire_common:MandatoryKeyword
>>    xmlns:inspire_common CDATA #FIXED "
>> http://inspire.ec.europa.eu/schemas/common/1.0"
>>    xmlns:xsi CDATA #FIXED "http://www.w3.org/2001/XMLSchemainstance"
>>  >
>>
>> Because for element inspire_common:Keyword the xsi:type attribute is
>> declared
>> it should probably also be done for the inspire_common:MandatoryKeyword.
>>
>> So I would consider this being an incomplete document type definition.
>> Fixing this should be simple.
>>
>> HTH
>>
>
>
>
> --
> Responsable Formation et Support
> Camptocamp France SAS
> Savoie Technolac, BP 352
> 73377 Le Bourget du Lac, Cedex
>
> Tel (France) : +33 4 79 26 57 98
> Tel (Suisse) : 021 619 10 43
> Mob. : +33 6 18 75 42 21
> Fax : 04 79 70 15 81
>
> Mail : yves.jacolin at camptocamp.com
> http://www.camptocamp.com
>



-- 
Responsable Formation et Support
Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel (France) : +33 4 79 26 57 98
Tel (Suisse) : 021 619 10 43
Mob. : +33 6 18 75 42 21
Fax : 04 79 70 15 81

Mail : yves.jacolin at camptocamp.com
http://www.camptocamp.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20140207/124699cf/attachment.html>


More information about the mapserver-users mailing list