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

2014-02-07 Thread Yves Jacolin
FYI, Pierre Mauduit worked on this: https://github.com/mapserver/mapserver/pull/4861 Y. 2014-02-06 Yves Jacolin : > Hello, > > Thanks, we will try to do a pull request on this soon. > > Y. > > > 2014-01-31 Eichner, Andreas - SID-NLKM : > > >> > I get this error: Namespace prefix xsi for type on

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

2014-02-06 Thread Yves Jacolin
Hello, Thanks, we will try to do a pull request on this soon. Y. 2014-01-31 Eichner, Andreas - SID-NLKM : > > > 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 a

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

2014-01-31 Thread Eichner, Andreas - SID-NLKM
> 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 http://inspire.ec.europa.eu/schemas/common/1.0"; > Should be: http://inspire.ec.e

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

2014-01-30 Thread Yves Jacolin
tammikuuta 2014 15:48 > >> Vastaanottaja: mapserver-users@lists.osgeo.org > >> Aihe: Re: [mapserver-users] XML parsing error with extended Inspire WMS > 1.1.1 > >> capabilities > >> > >> Hi, > >> > >> maybe the problem is that the in

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

2014-01-29 Thread Stephan Meißl
ectly in the capabilities document. I guess there would also be a work around in OpenJUMP possible as I did in libxml2. cu Stephan > > -Jukka Rahkonen- > > Stephan Meißl wrote >> Lähetetty: 29. tammikuuta 2014 15:48 >> Vastaanottaja: mapserver-users@lists.osgeo.org >> Aihe: Re

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

2014-01-29 Thread Julien Cigar
I'll try to make a bug report as soon as I have time. > > -Jukka Rahkonen- > > Stephan Meißl wrote > > Lähetetty: 29. tammikuuta 2014 15:48 > > Vastaanottaja: mapserver-users@lists.osgeo.org > > Aihe: Re: [mapserver-users] XML parsing error with extended Inspire WM

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

2014-01-29 Thread Rahkonen Jukka (Tike)
Hi, So where is the bug? In OpenJUMP, SAX, Mapserver, the configuration in Toscane, or in Inspire? -Jukka Rahkonen- Stephan Meißl wrote > Lähetetty: 29. tammikuuta 2014 15:48 > Vastaanottaja: mapserver-users@lists.osgeo.org > Aihe: Re: [mapserver-users] XML parsing error with extende

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

2014-01-29 Thread Stephan Meißl
Hi, maybe the problem is that the inspire related elements are defined directly in the capabilities document and not in the referenced DTD [1] and thus not found by SAX. Merging the definitions into one document and using it with libxml2 successfully validates the capabilities provided in autotes

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

2014-01-29 Thread Yves Jacolin
Hello, I have the same issue. It seems that namespace header are not correct (just a guess, I could be wrong). Changing wms_inspire_capabilities from "embed" to "url" make a correct GetCapabilities. I can fill an issue and add some simple mapfile if needed. Regards, Y. 2013-11-25 Rahkonen Ju

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

2013-11-25 Thread Rahkonen Jukka
Hi, The SAX parser in OpenJUMP reports an error when trying to read the GetCapabilities from Mapserver 6.5-dev based WMS service of Toscana. The URL to use is http://www502.regione.toscana.it/wmsraster/com.rt.wms.RTmap/wms?map=wmsctr&service=WMS&version=1.1.1&request=GetCapabilities The error f