xsl-list
[Top] [All Lists]

RE: Value at position()

2004-02-04 04:13:31
Hello David,

Idea is to see if A, B or C are available as values.

I have resolved the issue by using variables for each location and then
testing variable against A, B and C values..it works fine

For example
<xsl:variable name=location1>
        <xsl:value-of select=//lomp/location[1]>
</xsl:variable>

<xsl:variable name=location2>
        <xsl:value-of select=//lomp/location[2]>
</xsl:variable>

Now testing location1, if it has value A, B or C

Its probably not the perfect way but it works fine!

Regards,

-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk] 
Sent: 04 February 2004 11:45
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Value at position()




(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


______________________________________________________________
This message has been scanned for all viruses by BTnet VirusScreen. The
service is delivered in partnership with MessageLabs.

This service does not scan any password protected or encrypted
attachments.  

If you are interested in finding out more about the service, please
visit our website at
http://www.btignite.com/internetservices/btnet/products_virusscreen.htm
==============================================================

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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