Skip to content

Commit 99e589e

Browse files
committed
Account for newly supported functions & features
1 parent e231ae8 commit 99e589e

File tree

1 file changed

+7
-40
lines changed

1 file changed

+7
-40
lines changed

src/main/xar-resources/data/xquery/xquery.xml

Lines changed: 7 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@
9191
supported, but the type portion of the test <literal>element(test-node,
9292
xs:integer)</literal> is ignored.</para>
9393
</listitem>
94-
<listitem>
95-
<para>eXist supports all datatypes except <literal>xs:dateTimeStamp</literal>
96-
</para>
97-
</listitem>
9894
</itemizedlist>
9995

10096
<para>eXist-db supports standard XQuery FLWOR clause constructs except for the
@@ -108,46 +104,17 @@
108104
</listitem>
109105
</itemizedlist>
110106

111-
<para>eXist-db supports all standard XQuery functions except for the following:</para>
107+
<para>eXist-db supports all standard XQuery functions except for the following known issues:</para>
112108
<itemizedlist>
113109
<listitem>
114-
<para> <literal>fn:collation-key#1, #2</literal> </para>
115-
</listitem>
116-
<listitem>
117-
<para> <literal>fn:default-language#0</literal> </para>
118-
</listitem>
119-
<listitem>
120-
<para> <literal>fn:document-uri#0</literal> </para>
121-
</listitem>
122-
<listitem>
123-
<para> <literal>fn:element-with-id#1, #2</literal> </para>
124-
</listitem>
125-
<listitem>
126-
<para> <literal>fn:format-integer#2, #3</literal> </para>
127-
</listitem>
128-
<listitem>
129-
<para> <literal>fn:nilled#0</literal> </para>
130-
</listitem>
131-
<listitem>
132-
<para> <literal>fn:path#0, #1</literal> </para>
133-
</listitem>
134-
<listitem>
135-
<para> <literal>fn:round#2</literal> </para>
136-
</listitem>
137-
<listitem>
138-
<para> <literal>fn:transform#1</literal> </para>
139-
</listitem>
140-
<listitem>
141-
<para> <literal>fn:uri-collection#0, #1</literal> </para>
142-
</listitem>
143-
<listitem>
144-
<para> <literal>map:find#2</literal> </para>
145-
</listitem>
146-
<listitem>
147-
<para> <literal>map:merge#2</literal> </para>
110+
<para> <literal>map:merge</literal> should default to "use-first" but eXist-db defaults to
111+
"use-last." The developers plan to <link condition="_blank"
112+
xlink:href="https://github.com/eXist-db/exist/pull/3738">adopt the
113+
standard option</link> in the next major version of eXist. </para>
148114
</listitem>
149115
</itemizedlist>
150-
<para>eXist-db supports all standard serialization parameters, but some bugs remain in the implementation, as reported by XQuery Test Suite (XQTS). For the internal tests that pass, see the <link condition="_blank"
116+
117+
<para>eXist-db supports all standard serialization parameters, but some bugs remain in the implementation, as reported by XQuery Test Suite (XQTS). For the internal tests that pass, see the <link condition="_blank"
151118
xlink:href="https://github.com/eXist-db/exist/blob/develop/exist-core/src/test/xquery/xquery3/serialize.xql">eXist-db serialization tests</link>.
152119
</para>
153120
</sect2>

0 commit comments

Comments
 (0)