Skip to content

Commit ca72d3f

Browse files
committed
Doc / Schematron can be reloaded using API
Add a note about how to reload schematron. This is useful when developing new rules.
1 parent c26a65b commit ca72d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual/docs/customizing-application/implementing-a-schema-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ Procedure for adding schematron rules, working within the schematrons directory:
12241224

12251225
1. Place your schematron rules in 'rules'. Naming convention is 'schematron-rules-<suffix>.sch' eg. `schematron-rules-iso-mcp.sch`. Place localized strings for the rule assertions into 'rules/loc/<language_prefix>'.
12261226

1227-
Schematron rules are compiled when the schema is loaded.
1227+
Schematron rules are compiled when the schema is loaded on startup. Schema can also be reloaded using the API operation http://localhost:8080/geonetwork/srv/api/standards/reload to update schematron.
12281228

12291229
At this stage, our new GeoNetwork plugin schema for MCP contains:
12301230

0 commit comments

Comments
 (0)