Re: [xsl] Q - Value of param doesn't change !

Subject: Re: [xsl] Q - Value of param doesn't change !
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 31 May 2005 10:14:00 +0100
  The call template code is inside a for-each element. So, ideally, it
  should change its JrnyTm value everytime, right ? Well..it looks like
  once the xsl:param [hrs] is set to 7, it stays that ! It looks as if
  the select expression is not being evaluated for every element..

You don't show anything like enough information for anyone to really
offer any help, but since JrnyTm is specified as having parameters these
parameters will be re-evaluated each time the template is called.

However a couple of comments

JrnyTm is a template not a variable so it doesn't
have a value as such, so I'm not sure what you mean by 
"change its JrnyTm value everytime,"
also do you have elements called JrnyTm in the source?

elect="JrnyTm - (number(format-number(JrnyTm div 60, '#')) * 60)"/>
</xsl:call-template>

contains two references to the string value of a child element with name
JrnyTm, not a reference to anything defined in the stylesheet.


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
________________________________________________________________________

Current Thread