Help for this page

Select Code to Download


  1. or download this
    
    abc.cgi
    ...
    my $results = $stylesheet->transform($source, args => "' '",val => "'2
    +'");
    
    print $stylesheet->output_string($results);
    
  2. or download this
    
    abc.xml
    ...
        </abc>
    </tracks>
    
  3. or download this
    
    abc.xsl
    ...
    </xsl:template>
    
    </xsl:stylesheet>
    
  4. or download this
    print "<form action=someform.cgi method=post name=somename>";
    abc.cgi code
    print "</form>";