Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1608 add dependency to fn compare #1611

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions specifications/xpath-functions-40/src/function-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4790,12 +4790,12 @@ translate(value := '٢٠٢٣', replace := '٠١٢٣٤٥٦٧٨٩', with := '01234
</fos:signatures>
<fos:properties arity="2">
<fos:property>deterministic</fos:property>
<fos:property dependency="collations">context-dependent</fos:property>
<fos:property dependency="collations implicit-timezone">context-dependent</fos:property>
<fos:property>focus-independent</fos:property>
</fos:properties>
<fos:properties arity="3">
<fos:property>deterministic</fos:property>
<fos:property dependency="collations static-base-uri">context-dependent</fos:property>
<fos:property dependency="collations implicit-timezone static-base-uri">context-dependent</fos:property>
<fos:property>focus-independent</fos:property>
</fos:properties>
<fos:summary>
Expand Down Expand Up @@ -5056,6 +5056,9 @@ translate(value := '٢٠٢٣', replace := '٠١٢٣٤٥٦٧٨٩', with := '01234
<fos:change issue="893" PR="909" date="2024-01-10">
<p>The function has been expanded in scope to handle comparison of values other than strings.</p>
</fos:change>
<fos:change issue="1608" date="2024-11-26">
<p>The spec has been corrected to note that the function depends on the implicit timezone.</p>
</fos:change>
</fos:changes>
</fos:function>
<fos:function name="codepoint-equal" prefix="fn">
Expand Down