Hello,

Thanks, we will try to do a pull request on this soon.

Y.


2014-01-31 Eichner, Andreas - SID-NLKM <andreas.eich...@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.jaco...@camptocamp.com
http://www.camptocamp.com
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to