Re: [xsl] get boolean based on an attribute value

Subject: Re: [xsl] get boolean based on an attribute value
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 26 Mar 2003 17:33:14 GMT
  I want to do an xsl:if which will return me true if
  atleast one of the values of attr2 = true. If all the
  values of attr2=false, I want the if statement to
  return false.

<xsl:if test="a/@attr2='true'">

David

________________________________________________________________________
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


Current Thread