Skip to content

Commit

Permalink
Updated embedded documentation on naming convention for postprocessin…
Browse files Browse the repository at this point in the history
…g files for sub-portals (#7310)
  • Loading branch information
Jo Cook authored Sep 1, 2023
1 parent 62ead22 commit dca23ed
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,10 @@ private String convertCswFilterToEsQuery(Element xml, String filterVersion) {
* 1) gmd-csw-postprocessing.xsl : Postprocessing xsl applied for CSW service when requesting iso (gmd) output
* 2) csw-csw-postprocessing.xsl : Postprocessing xsl applied for CSW service when requesting ogc (csw) output
*
* For a custom CSW service named csw-inspire
* For a custom sub-portal named inspire
*
* 1) gmd-csw-inspire-postprocessing.xsl : Postprocessing xsl applied for custom CSW csw-inspire service when requesting iso output
* 2) csw-csw-inspire-postprocessing.xsl : Postprocessing xsl applied for custom CSW csw-inspire service when requesting ogc (csw) output
* 1) gmd-inspire-postprocessing.xsl : Postprocessing xsl applied for custom inspire sub-portal when requesting iso output
* 2) csw-inspire-postprocessing.xsl : Postprocessing xsl applied for custom inspire sub-portal when requesting ogc (csw) output
*
* @param context Service context
* @param schemaManager schemamanager
Expand Down

0 comments on commit dca23ed

Please sign in to comment.