Hi,
Have a look at "xsl:variable" and "xsl:param" in the XSLT [1]
specifications for binding variables.
[1] http://www.w3.org/TR/xslt#variables
Thanks,
Richard Cao
XSLT Development, Toronto IBM Lab
(905) 413-2454 T/L 969-2454
[EMAIL PROTECTED]
"Zeljko Velaja"
<[EMAIL PROTECTED]
iendly.com> To
<[EMAIL PROTECTED]>
10/24/2003 11:53 cc
AM
Subject
binding variables to values in
XPath
I'm reading in the XPath language specification that the lexical production
$QName retrieves the value of the QName variable. Yet I cannot find
anything in the XPath specification to declare a new variable and assign a
value to it within an XPath expression. Did I miss something in the
specification or does Xalan define a language extension wich should be
usefull in what I mean to do ?