SEMICeu / iso-19139-to-dcat-ap

Reference XSLT-based implementation of GeoDCAT-AP
European Union Public License 1.2
15 stars 9 forks source link

Validation error for xsl #39

Closed fabiovinci closed 1 year ago

fabiovinci commented 1 year ago

Trying to apply the XSLT transformation through oXygen I got a validation error on the xsl file.

It seems there is a "Duplicate global variable declaration", the variable is geojsonMediaTypeUri at line #348

What’s the right one to keep?

image

andrea-perego commented 1 year ago

Thanks for reporting this issue, @fabiovinci .

Revision implemented via PR https://github.com/SEMICeu/iso-19139-to-dcat-ap/pull/40

@fabiovinci , could you please confirm that the problem is now fixed?

fabiovinci commented 1 year ago

Thanks, @andrea-perego for the fix.

I confirm that now it works.