diff --git a/steps/src/main/xml/steps/text-sort.xml b/steps/src/main/xml/steps/text-sort.xml index 8c12e23..556eaa2 100644 --- a/steps/src/main/xml/steps/text-sort.xml +++ b/steps/src/main/xml/steps/text-sort.xml @@ -14,7 +14,7 @@ + select="'http://www.w3.org/2005/xpath-functions/collation/codepoint'"/> @@ -50,7 +50,7 @@ The option identifies how strings are to be compared with each other. Its value must be a valid collation URI. The only collation XProc processors must support is the - Unicode Codepoint Collation http://www.w3.org/2005/xpath-functions/collation/codepoint. This is also its default. Support for other collations is implementation-defined. @@ -76,4 +76,13 @@ newline (
). Document properties All document properties are preserved. + + +Erratum, April 2024 +The URI for the Unicode Codepoint Collation has been corrected to an http: URI rather than +an https: one. The URI is an identifier and the correct identifier uses an http: URI. +Implementations are encouraged to recognized collation URIs that begin with “https://www.w3.org/” +and treat them as if they began “http://www.w3.org/”, with a warning, if practical. + +