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