@@ -23,7 +23,7 @@ Two eXist core XQuery modules are patched as well:
...
@@ -23,7 +23,7 @@ Two eXist core XQuery modules are patched as well:
* the [eXist text XQuery module](../tree/master/my/eXist/src/org/exist/xquery/functions/text) is extended with a function to compute text differences. The function forms the basis for the XML version difference tool.
* the [eXist text XQuery module](../tree/master/my/eXist/src/org/exist/xquery/functions/text) is extended with a function to compute text differences. The function forms the basis for the XML version difference tool.
* the [eXist validation XQuery module](../tree/master/my/eXist/src/org/exist/xquery/functions/validation) is extended with a custom XRX XML validation error handler for user-friendly validation reports.
* the [eXist validation XQuery module](../tree/master/my/eXist/src/org/exist/xquery/functions/validation) is extended with a custom XRX XML validation error handler for user-friendly validation reports.
See the [MOM-CA compiling and deployment guide](./Compile-And-Deploy) on how to compile the custom eXist XQuery modules mentioned above.
See the [MOM-CA compiling and deployment guide](./Compile-And-Deploy) on how to compile changes on custom eXist XQuery modules into a eXist instance.