Acme-ReturnValue
view release on metacpan or search on metacpan
t/pms/RayApp.pm view on Meta::CPAN
return (
my_full_url => $q->url( -full => 1 ),
my_relative_url => $q->url( -relative => 1 ),
dbuser => $dbh->{'Username'},
);
}
1;
and in the XSLT you will get to them for example via
<xsl:value-of select="$my_relative_url"/>
=item RayAppStyleStaticParams / RAYAPP_STYLE_STATIC_PARAMS
When a static .xml file is processed into HTML, the XSL
transformation is run, even if there was no application invocation
in the process. Normally, the B<handler> of module specified by
B<RayAppInputModule> would not be run in this case. If you want the
module to be run even in this case (thus generating input argument for
the B<RayAppStyleParamModule> module), set this option to true.
( run in 1.856 second using v1.01-cache-2.11-cpan-22024b96cdf )