GeoCombine
GeoCombine copied to clipboard
Create ISO-to-Aardvark XSLT
This would be a good thing to have as part of full aardvark support. See related https://github.com/OpenGeoMetadata/metadata-issues/issues/3.
If we do this by updating the existing iso2gbl.xsl, it might be a good chance to resolve some longstanding issues with it:
- https://github.com/OpenGeoMetadata/GeoCombine/issues/14
- https://github.com/OpenGeoMetadata/GeoCombine/issues/62
- https://github.com/OpenGeoMetadata/GeoCombine/issues/11 (won't matter anymore with aardvark)
We have one on our fork: https://github.com/UWM-Libraries/GeoCombine/blob/main/lib/xslt/iso2geoBLAardvark.xsl
It's probably got some localization, but might be useful for reference.
I'm finding out that our XSL uses XSL 2.x features that are not supported by Nokogiri. 😞