In article < >, Neal
<> wrote:
> Actually, I figured out (in theory) how to pass a parameter to an XSL.
> I just added a string into the args:
>
> $parser->transform($xmlfile, test => "'hello world'");
>
> Now the problem seems to be that the XSL is ignoring it's parameters
> and variables. Perhaps the parser is set to not work with these by
> default or something? Man, what a pain is the ass!
>
> Does anyone know how to get PERL to interpret variables and params in
> an XSLT?
>
> Thanks.
> Neal
FYI: this newsgroup is defunct. You might want to try
comp.lang.perl.modules for this question (and comp.lang.perl.misc for
general perl questions in the future).
|