Re: [xsl] Variables

Subject: Re: [xsl] Variables
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 Feb 2003 09:18:26 GMT
>  check if the attribute "option1" exists(How do i do this?),

you've been on this list often enough to have seen this answer 1000 times:
<xsl:if test="@option">...

>  it's not a must it will be there. And if it does,
>   set the variable x = 400 - ( No.of option1 * 10 )
> 
>   Given that the variable had been declared earlier.

You don't declare variables in XSLT you bind them to a value, once they
have a value they keep it.

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