Re: [xsl] Returning item type of variable (problems with maps)

Subject: Re: [xsl] Returning item type of variable (problems with maps)
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Fri, 28 Mar 2014 09:01:38 -0700
On Fri, Mar 28, 2014 at 2:38 AM, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> Looks as if this might need upgrading to handle new 3.0 types (functions, maps). Which are a bit more difficult to do using "instance of" tests, because the set of types to test for isn't easily enumerated.

Isn't this expression correct:

  $thing instance of function(*)  ?

I guess this will fail in XPath 3.0:

  $thing instance of map(*)

but this should be OK in XPath 3.1 ...  Or not?


-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
To achieve the impossible dream, try going to sleep.
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they
write all patents, too? :)
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.

Current Thread