Help for this page
MY.cgi my $xslt = XML::LibXSLT->new(); ... push @xsltParams, ('val', '1'); my $result = $stylesheet->transform_file('abc.xml', @xsltParams); print $stylesheet->output_string($result);
MY.xsl <xsl:value-of select="$arg"/>