This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Changing a xsl:param value from java script


> i have the following xsl:param statement just below the 
> xsl:stylesheet statement in my xsl file
> 
> <xsl:param name="S" select="1"/> 
> 
> I have a java script function where i try to increment this 
> param by 20. 

If you are trying to modify the stylesheet in advance of using it, your code
looks fine (well, it increments it by 10, but among friends, what's the
difference?). If you are trying to modify the stylesheet while it is
executing, that is something that went out of fashion in the 1950s, for very
good reasons :-)

Mike Kay
> 


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]