diff --git a/pom.xml b/pom.xml index 56474753..d66f0547 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,7 @@ true templates/** + data/** @@ -88,6 +89,7 @@ false templates/** + data/** diff --git a/src/main/xar-resources/data/db4-versions/documentation-db4.xml b/src/main/xar-resources/data/db4-versions/documentation-db4.xml index b5014ade..69a64756 100644 --- a/src/main/xar-resources/data/db4-versions/documentation-db4.xml +++ b/src/main/xar-resources/data/db4-versions/documentation-db4.xml @@ -64,7 +64,7 @@
All Documentation - Besides these articles, you can search eXist-db's XQuery function module library. + Besides these articles, you can search eXist-db's XQuery function module library.
Getting Started @@ -464,4 +464,4 @@ - \ No newline at end of file + diff --git a/src/main/xar-resources/data/db4-versions/extensions-db4.xml b/src/main/xar-resources/data/db4-versions/extensions-db4.xml index c13025b7..bb14554c 100644 --- a/src/main/xar-resources/data/db4-versions/extensions-db4.xml +++ b/src/main/xar-resources/data/db4-versions/extensions-db4.xml @@ -69,7 +69,7 @@ eXist-db must also be told which modules to load, this is done in conf.xml and the Class name and Namespace for each module is listed below. Note – eXist-db will require a restart to load any new modules added. Once a Module is configured - and loaded eXist-db will display the module and its function definitions as part of the function library page or through + and loaded eXist-db will display the module and its function definitions as part of the function library page or through util:decribe-function().
@@ -310,4 +310,4 @@ Namespace:  http://xmlcalabash.com
- \ No newline at end of file + diff --git a/src/main/xar-resources/data/db4-versions/incompatibilities-db4.xml b/src/main/xar-resources/data/db4-versions/incompatibilities-db4.xml index 9d95d074..569b1a80 100644 --- a/src/main/xar-resources/data/db4-versions/incompatibilities-db4.xml +++ b/src/main/xar-resources/data/db4-versions/incompatibilities-db4.xml @@ -40,7 +40,7 @@ The XQuery engine has been updated to support the changed syntax for maps in XQuery 3.1. The query parser will still accept the old syntax for map constructors though (map { x:= "y"} instead of map { x: "y" } in XQuery 3.1), so old code should run without modifications. All map module functions from XQuery 3.1 are - available. + available.The signatures for some higher-order utility functions like fn:filter, fn:fold-left and fn:fold-right have changed as well. Please review your use of those functions. Also, fn:map is now called fn:for-each, though the old name is still accepted.The bundled Lucene has been upgraded from 3.6.1 @@ -192,4 +192,4 @@ dbutil:scan-collections(xs:anyURI("/db"), function($collection) { - \ No newline at end of file + diff --git a/src/main/xar-resources/data/db4-versions/validation-db4.xml b/src/main/xar-resources/data/db4-versions/validation-db4.xml index 47e00446..110241ec 100644 --- a/src/main/xar-resources/data/db4-versions/validation-db4.xml +++ b/src/main/xar-resources/data/db4-versions/validation-db4.xml @@ -142,7 +142,7 @@ Jing - Each of these options are discussed in the following sections. Consult the XQuery Function Documentation for detailed functions + Each of these options are discussed in the following sections. Consult the XQuery Function Documentation for detailed functions descriptions.
JAXP @@ -482,4 +482,4 @@
- \ No newline at end of file + diff --git a/src/main/xar-resources/data/db4-versions/xquery-db4.xml b/src/main/xar-resources/data/db4-versions/xquery-db4.xml index ef6e6b2d..2d1e83c9 100644 --- a/src/main/xar-resources/data/db4-versions/xquery-db4.xml +++ b/src/main/xar-resources/data/db4-versions/xquery-db4.xml @@ -130,7 +130,7 @@ currently not support the schema import and schema validation features defined as optional - in the XQuery specification. eXist-db provides extension functions + in the XQuery specification. eXist-db provides extension functions to perform XML validation. The database does not store type information along with the nodes. It therefore cannot know the typed value of a node and has to assume