From e53e705e0d2fb420d75a4c424764522762f1cafd Mon Sep 17 00:00:00 2001 From: Michael Kay Date: Tue, 12 Nov 2024 13:01:26 +0000 Subject: [PATCH] Drop type-of#0 --- .../xpath-functions-40/src/function-catalog.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/specifications/xpath-functions-40/src/function-catalog.xml b/specifications/xpath-functions-40/src/function-catalog.xml index bb5518688d..9b47ed30e1 100644 --- a/specifications/xpath-functions-40/src/function-catalog.xml +++ b/specifications/xpath-functions-40/src/function-catalog.xml @@ -617,15 +617,10 @@ $node ! ( - + - - deterministic - context-dependent - focus-dependent - - + deterministic context-independent focus-independent @@ -634,8 +629,7 @@ $node ! (

Returns information about the type of a value, as a string.

-

If the argument is omitted, it defaults to the context value (.).

-

If $item is the empty sequence, the function returns the string "empty-sequence()".

+

If $value is the empty sequence, the function returns the string "empty-sequence()".

Otherwise, the function returns a string, whose lexical form will always match the grammar of SequenceType, representing a sequence type that matches $value. The returned string is the concatenation of:

@@ -753,7 +747,7 @@ $node ! ( -

New in 4.0

+

New in 4.0