|
91 | 91 | supported, but the type portion of the test <literal>element(test-node,
|
92 | 92 | xs:integer)</literal> is ignored.</para>
|
93 | 93 | </listitem>
|
94 |
| - <listitem> |
95 |
| - <para>eXist supports all datatypes except <literal>xs:dateTimeStamp</literal> |
96 |
| - </para> |
97 |
| - </listitem> |
98 | 94 | </itemizedlist>
|
99 | 95 |
|
100 | 96 | <para>eXist-db supports standard XQuery FLWOR clause constructs except for the
|
|
108 | 104 | </listitem>
|
109 | 105 | </itemizedlist>
|
110 | 106 |
|
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> |
112 | 108 | <itemizedlist>
|
113 | 109 | <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> |
148 | 114 | </listitem>
|
149 | 115 | </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" |
151 | 118 | xlink:href="https://github.com/eXist-db/exist/blob/develop/exist-core/src/test/xquery/xquery3/serialize.xql">eXist-db serialization tests</link>.
|
152 | 119 | </para>
|
153 | 120 | </sect2>
|
|
0 commit comments