simonced wrote:
> result['td']=[{"a"=>result['nom'], "@href"=>"toto.php"}]
The above line should be as follows.
result['td'] = {"a" => {XTemplate::TextNode => result['nom'],
"@href" => "toto.php"}}
--
Takaaki Tateishi <ttate / ttsky.net>