xsl-list
[Top] [All Lists]

Re: Value at position()

2004-02-04 03:44:30


(position()=last()-2='A')


I have difficulty guessing what you might intend this to mean.
position() and last() return numbers, so position()=last()-2
will be either true or false depending on those values, but it will
never be the string 'A' Actually XSLT will cast the string 'A' to the
boolean true (as it is not empty) but that is unlikely to be what
you intended.

Since I can't guess what this is supposed to do, I can;t suggest any
alternative.

David



-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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



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