Help for this page

Select Code to Download


  1. or download this
    use Lib::XSLT;
    my $parser = XML::LibXML->new();
    my $xslt = XML::LibXSLT->new();
    ...
    my $stylesheet = $xslt->parse_stylesheet($style_doc);
    my $results = $stylesheet->transform($source);
    $stylesheet->output_file($results, $outputFile);