inspire-eu-validation / download-service

Abstract Test Suite for the Technical Guidance for the implementation of INSPIRE Download Services
Creative Commons Zero v1.0 Universal
2 stars 4 forks source link

unexpected consequence of dataset download link validation #92

Open mhogeweg opened 6 years ago

mhogeweg commented 6 years ago

the xpath described in dataset-feed-link-download-dataset prevents an actual atom feed from being provided as the format in which a dataset is available. This affects for example a first response scenario where weather alerts are provided in ATOM format as a pre-defined downloadable dataset.

see the @type clause in the referenced xpath:

//atom:entry/atom:link[(@rel='alternate' and @type!='application/atom+xml' and number(@length) > 0) or (@rel='section')]