xsl-list
[Top] [All Lists]

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

2010-10-02 10:55:23
On Sat, Oct 2, 2010 at 8:27 AM, Costello, Roger L. 
<costello(_at_)mitre(_dot_)org> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--