souri datta wrote:
Hi,
I am using xalan external function. I can pass normal strings to the function like external:f('string1','string2') But,if I want to pass the value of some previously defined xsl varible,how to pass it?
I am not very familiar with xsl files.So,can anyone guide me in this?
This question is not specific to Xalan-C, so you should consider checking other resources. The Mulberry Technology XSL list is a good forum for general XSLT questions.

The syntax for passing a variable to an external function is the same for passing it to a built-in function:

external:f($var1, $var2)

Dave

Reply via email to