Skip to content

Commit

Permalink
Add dependency to fn:compare
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Nov 26, 2024
1 parent 7971b3c commit df3d53f
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit df3d53f

Please sign in to comment.