[
Lists Home |
Date Index |
Thread Index
]
> but how do I create a
> top-level <xsl:param> element and assign it a value somewhere later down
> the parse tree?
You can only bind a variable (or parameter) once.
If you pass in a value from outside, the parameter will have that value
on exit. If you do not pass in a value it will have the default value
specified on the xsl:param declaration. No template in the stylesheet
can change this value.
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
________________________________________________________________________
|