Skip to content
Snippets Groups Projects
Commit dcd2ec7d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- enhanced doc

parent 2efef07f
No related branches found
No related tags found
No related merge requests found
Pipeline #3610 failed
...@@ -11,12 +11,29 @@ Compile ...@@ -11,12 +11,29 @@ Compile
Install Install
------- -------
* copy jar-file to _/operational_shared/plugins/custom/ * copy jar-file to _/operational_shared/plugins/custom/_
Configuration Configuration
------------- -------------
* the plugin uses the XML-catalog file specified via plugin settings (if no catalog entry exists an error is reported) DTDs
....
* the plugin uses the XML-catalog file to validate DTD related XML files.
* the catalog file is specified via plugin settings (if no catalog entry exists an error is reported)
* the catalog file should be created/modified by `xmlcatalog`.
* all paths in catalog file should be absolute
* for tests you could also use env XML_CATALOG_FILES
* please ensure, your catalog file is correct, you could test it with example ```XML_CATALOG_FILES="$(pwd)/example_catalog/" xmlcatalog example_catalog/catalog "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN"```. Replace the last string with the corresponding publicID or systemID.
Schemas
.......
* the plugin uses local schema files to validate schema/schematron/relaxng related XML files.
* the schema directory is specified via plugin settings
For a (german) introduction how to use it, check https://www.data2type.de/xml-xslt-xslfo/docbook/xml-kataloge
Copyright hints Copyright hints
--------------- ---------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment