GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
The CSW Harvester UI display the Xsl processes from
xsl/conversion/import
(https://github.com/geonetwork/core-geonetwork/tree/3.2.x/web/src/main/webapp/xsl/conversion/import), but the Java code checks to find the xsl in theprocess
folder of the metadata schema:https://github.com/geonetwork/core-geonetwork/blob/3.2.x/harvesters/src/main/java/org/fao/geonet/kernel/harvest/harvester/csw/Aligner.java#L265-L268
https://github.com/geonetwork/core-geonetwork/blob/3.2.x/harvesters/src/main/java/org/fao/geonet/kernel/harvest/harvester/HarvesterUtil.java#L82
The processes should be taken from https://github.com/geonetwork/core-geonetwork/tree/3.2.x/web/src/main/webapp/xsl/conversion/import
Probably this affects to any harvester that can use a xsl process.