... | ... | @@ -4,7 +4,7 @@ |
|
|
|
|
|
[betterFORM](http://betterform.de/) is an XForms processor bundled with the [eXist Native XML database](http://exist-db.org/). Normally, the betterFORM XForms processor is just used in MOM-CA for user interface development. The cooperation project [Virtuelles deutsches Urkundennetzwerk](http://www.vdu.uni-koeln.de), above that, implemented a betterFORM extension for MOM-CA, namely a control for XML Mixed Content edition. The code is located in [my/betterFORM](../tree/master/my/betterFORM). See the [MOM-CA compiling and deployment guide](./Compile-And-Deploy) on how to compile and integrate a custom betterFORM version into MOM-CA.
|
|
|
|
|
|
### my/eXist/extensions/module/src
|
|
|
### 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 standard XQuery function-set and the eXist XQuery function extensions. Following this interface, MOM-CA implements two new XQuery modules:
|
|
|
|
... | ... | @@ -18,8 +18,6 @@ All these XQuery modules are located under [my/eXist/extensions/module/src](../t |
|
|
* 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/eXist/src<br/>my/eXist/webapp
|
|
|
|
|
|
|
|
|
|
|
|
### my/XRX/src/core<br/>my/XRX/src/mom
|
... | ... | |