Hi ,
cna you give me the example how I could do that?
Regards,
Senthil
On 4/25/07, David Carlisle <davidc@xxxxxxxxx> wrote:
> I would like to know ,is there any way,I could modify the variable
> value in my XSLT?
a variable will always have the same value within a given scope,
variables that need to be passed different values as teh scope is
re-edered are called parameters and the value is passed in using
<xsl:with-param name="x" select="2"/>
which will bind $x to teh value 2 in the templates being called.
David
| Current Thread |
David Carlisle - 26 Apr 2007 00:16:12 -0000
- Senthilkumaravelan K - 26 Apr 2007 00:29:20 -0000 <=
|
|