Help for this page

Select Code to Download


  1. or download this
    <xsl:param name="param_1"/>
    <xsl:param name="param_2"/>
    
  2. or download this
    my ($par1, $par2) = split (/ /,$str);
    
    ...
            XML::LibXSLT::xpath_to_string(param_1 => $par1),
            XML::LibXSLT::xpath_to_string(param_2 => $par2)
    );