You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/xar-resources/data/extensions/extensions.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
<note>
33
33
<para>eXist-db will require a restart to load any new modules added. </para>
34
34
</note>
35
-
<para>Once a Module is configured and loaded eXist-db will display the module and its function definitions as part of the <linkxmlns:xlink="http://www.w3.org/1999/xlink"xlink:href="{fundocs}">function library</link> page or through
35
+
<para>Once a Module is configured and loaded eXist-db will display the module and its function definitions as part of the <linkxmlns:xlink="http://www.w3.org/1999/xlink"xlink:href="{${fundocs.pkg.abbrev}}">function library</link> page or through
Copy file name to clipboardExpand all lines: src/main/xar-resources/data/incompatibilities/incompatibilities.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
<listitem>
77
77
<para>The XQuery engine has been updated to support the changed syntax for <emphasis>maps in XQuery 3.1</emphasis>. The query parser will
78
78
still accept the old syntax for map constructors though (<code>map { x:= "y"}</code> instead of <code>map { x: "y" }</code> in XQuery 3.1),
79
-
so old code should run without modifications. All map module functions from XQuery 3.1 are <linkxmlns:xlink="http://www.w3.org/1999/xlink"xlink:href="{fundocs}/view.html?uri=http://www.w3.org/2005/xpath-functions/map&location=java:org.exist.xquery.functions.map.MapModule">available</link>.</para>
79
+
so old code should run without modifications. All map module functions from XQuery 3.1 are <linkxmlns:xlink="http://www.w3.org/1999/xlink"xlink:href="{${fundocs.pkg.abbrev}}/view.html?uri=http://www.w3.org/2005/xpath-functions/map&location=java:org.exist.xquery.functions.map.MapModule">available</link>.</para>
80
80
</listitem>
81
81
<listitem>
82
82
<para>The signatures for some <emphasis>higher-order utility functions</emphasis> like <code>fn:filter</code>, <code>fn:fold-left</code> and
0 commit comments