-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
GeoNetwork has a collection of XSL stylesheets that can be selected from a dropdown menu when importing a metadata record. The selected stylesheet will then be applied at the time of import.
A stylesheet to transform ISO19139 to GVQ has already been developed: https://github.com/lushc/geoviqua-inspire-tutorial/blob/master/19139-to-gvq.xsl
This forward stylesheet needs to be placed in the following directory: INSTALL_DIR/web/geonetwork/xsl/conversion/import
The following tasks need to be completed:
- Place the stylesheet in the correct directory and test importing ISO19139 documents, selecting the stylesheet from the dropdown menu.
- Test the validity of the transformed document.
- Figure out the best method of distributing this stylesheet. Options are to create a new repo for it (and other GeoViQua stylesheets) & update README with instructions (ideal), or version it here and update the folder structure (not so ideal as it's already versioned elsewhere).