Hi again,

Now for the next question:

With Ax1, I could pass parameters from Perl code to the XSLT processor
and use them in my stylesheets by setting these in the Apache request
object - something like:

my $cgi = Apache::Request->instance($r);
$cgi->parms->set('od.request.uri' => $uri);

With Ax2, I hoped the same would be possible like

$hd->add_param('od.request.uri', $uri);

but this doesn't seem to be the case. How do I pass parameters from
Perl code to the XSLT processor?

Regards,
Lars
-- 

Lars Skjærlund
Consultant
 
Ubiquitech A/S
Lyngby Hovedgade 4,3
2800 Kgs. Lyngby
Denmark
 
Tel: +4570200084
Mobile: +4523457157
 
http://www.ubiquitech.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to