Subject: Variable of variable
From: "Frederic Bruneteau" <fredericb@xxxxxxxxxxxx>
Date: Mon, 9 Jul 2001 10:21:24 +0200
|
Hello,
I use xalan to transform XML to SVG
and I have a variable col1 that has a string value
for example $col1 have the value "HOUR"
I would like to access to the variable $HOUR (parameter give by the command line: -PARAM HOUR "\"Hour"\")
I try
$($col1)
and
${$col1}
but xalan doesn't accept these syntaxes !!!
Do you know how to access to a variable of a variable ?
Thanks.
Frédéric Bruneteau - Software Developer
mailto:fredericb@xxxxxxxxxxxx
In Fusio : The Mobile Game Connection
6, Parvis des chartrons
33075 BORDEAUX Cedex - FRANCE
http://www.in-fusio.com
Std : +33 (0) 556 799 200
Direct : +33 (0) 556 799 227
Fax : +33 (0) 556 799 201
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|