diff --git a/specifications/xpath-functions-40/src/function-catalog.xml b/specifications/xpath-functions-40/src/function-catalog.xml index 19666dac74..86e8a866a6 100644 --- a/specifications/xpath-functions-40/src/function-catalog.xml +++ b/specifications/xpath-functions-40/src/function-catalog.xml @@ -4790,12 +4790,12 @@ translate(value := '٢٠٢٣', replace := '٠١٢٣٤٥٦٧٨٩', with := '01234 deterministic - context-dependent + context-dependent focus-independent deterministic - context-dependent + context-dependent focus-independent @@ -5056,6 +5056,9 @@ translate(value := '٢٠٢٣', replace := '٠١٢٣٤٥٦٧٨٩', with := '01234

The function has been expanded in scope to handle comparison of values other than strings.

+ +

The spec has been corrected to note that the function depends on the implicit timezone.

+