... | ... | @@ -6,16 +6,17 @@ |
|
|
|
|
|
### my/eXist/extensions/module/src<br/>my/eXist/src<br/>my/eXist/webapp
|
|
|
|
|
|
MOM-CA uses and in some parts extends the [eXist application server](http://exist-db.org/). The source code extending or patching eXist is located under [my/eXist](../tree/master/my/eXist). eXist provides an interface to write custom XQuery modules extending the function library. Following this , MOM-CA implements three new XQuery modules:
|
|
|
MOM-CA uses and in some parts extends the [eXist application server](http://exist-db.org/). The source code extending or patching eXist is located under [my/eXist](../tree/master/my/eXist). eXist provides an interface to write custom XQuery modules extending the standard XQuery function-set and the eXist XQuery function extensions. Following this interface, MOM-CA implements three new XQuery modules:
|
|
|
|
|
|
* an XQuery Excel module for the conversion of Excel sheets into XML
|
|
|
* an XQuery text difference module which forms the basis to compare
|
|
|
* an XQuery minify module to minify JavaScript and CSS resources
|
|
|
|
|
|
All these XQuery modules are located under [my/eXist/extensions/module/src](../tree/master/my/eXist/extensions/module/src). Besides these new modules, there are patches and extensions implemented for some existing eXist XQuery modules:
|
|
|
All these XQuery modules are located under [my/eXist/extensions/module/src](../tree/master/my/eXist/extensions/module/src). Besides these new modules, there are patches and extensions implemented for some existing eXist XQuery modules also located under [my/eXist/extensions/module/src](../tree/master/my/eXist/extensions/module/src):
|
|
|
|
|
|
* The eXist SQL module is extended with the possibility to
|
|
|
*
|
|
|
* the eXist SQL module is extended with the possibility to dynamically load a SQL driver
|
|
|
* the eXist XSL-FO module is extended with a server-side cache maechanism for fonts
|
|
|
* the eXist image module needs some fixes related to the image cropping feature
|
|
|
|
|
|
### my/XRX/src/core<br/>my/XRX/src/mom
|
|
|
|
... | ... | |