Help for this page

Select Code to Download


  1. or download this
    "C:/path/to/file.xml"
    
  2. or download this
    # stuff here..
    my $parser = new XML::DOM::Parser;
    my $doc = $parser->parsefile ("c:/path/to/file.xml");
    $xslt->transform($doc);
    # proceed