exsl:object-type()
returns a string that indicates the type of the specified object.
Note: Most XSLT object types can be coerced into each other safely; however, certain coercsions to raise error conditions. In particular, treating something that's not a node-set as a node-set will do so. This function lets authors of named templates and extension functions easily provide flexibility in parameter values.
Syntax
exsl:object-type(object)
Arguments
object
- The object whose type is to be returned.
Returns
The object's type, which will be one of the following:
-
string
-
number
-
boolean
-
node-set
-
RTF
-
external
Defined
Gecko support
Supported in Gecko 1.9 and later.