Skip to content

Commit 83cf7c8

Browse files
authored
Merge pull request #263 from eXist-db/xqts-collation
Added info about XQTS Collation
2 parents 265d5f5 + 0ef207b commit 83cf7c8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,17 @@
576576
condition="_blank">HTML ASCII Case-Insensitive Collation</link>.</para>
577577
</listitem>
578578
</varlistentry>
579+
<varlistentry>
580+
<term>
581+
<code>http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind</code>
582+
</term>
583+
<listitem>
584+
<para>This URI selects the Collation used by the XQTS (XQuery Test Suite) 3.1. It is not recommended to use this for general purposes.</para>
585+
</listitem>
586+
</varlistentry>
579587
</variablelist>
580588

581-
<para>In addition, eXist-db supports an implementation-specific URI:</para>
589+
<para>In addition, eXist-db supports a legcacy implementation-specific collation. This should no longer be used, instead the Unicode Collation Algorithm (UCA) or Unicode Codepoint Collation should be used. For reference the legacy collation URI is:</para>
582590
<variablelist>
583591
<varlistentry>
584592
<term>

0 commit comments

Comments
 (0)