Help for this page

Select Code to Download


  1. or download this
  2. or download this
    
    #!/usr/bin/perl -w
    ...
      my $stylesheet = $xslt->parse_stylesheet($style_doc);
      my $results = $stylesheet->transform($source);
      print $stylesheet->output_string($results);
    
  3. or download this
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
         version="1.0">
    ...
    
    </xsl:stylesheet>