Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
    my $results = $stylesheet->transform($source);
    
    print $stylesheet->output_string($results);
    
  2. or download this
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" versi
    +on="1.0">
      <xsl:template match="/">
    ...
      </li>
      </xsl:template>
    </xsl:stylesheet>
    
  3. or download this
    <?xml version="1.0"?>
    <root><li>AFirst titleC</li><li>ASecond titleC</li></root>