Re: [xsl] How do I determine that an item is a numeric atomic value?

Subject: Re: [xsl] How do I determine that an item is a numeric atomic value?
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sat, 2 Oct 2010 08:54:49 -0700
On Sat, Oct 2, 2010 at 8:27 AM, Costello, Roger L. <costello@xxxxxxxxx> wrote:
> Hi Folks,
>
> How do I tell that an item is a numeric atomic value?

In XPath 1.0:
==========

number($x) = number($x)


In XPath 2.0
==========
Either the above, or:

$x instance of xs:double or $x instance of xs:decimal



-- 
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
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play

Current Thread