xsl-list
[Top] [All Lists]

Re: expression syntax

2004-11-15 05:42:38

but my reaction has always been that 
the number function is there for a reason

You don't believe in anachy and accidental development via evolution?:-)

number() forces coersion to numbers at places where it wouldn't happen
automatically. Notably

foo[(_at_)bar]

takes foo elements that have a bar attribute

foo[number(@bar)] takes the foo element whose position() is equal to
the numeric value of its bar attribute.

test="@foo=1"

is false if the source has foo="1.0"

but 

test="number(@foo)=1"

would be true in that case.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>