- or download this
$rss->parse($xml);
$rss->{output} = '0.91';
...
my $stylesheet = $xslt->parse_stylesheet($style_xsl);
my $result_xml = $stylesheet->transform($source_xml);
print $stylesheet->output_string($result_xml);
- or download this
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="C:\web\home\xml\xsl\rss-rdf.xsl
+"?>
...
<link>http://core.freshmeat.net/search.php3</link>
</textinput>
</rdf:RDF>
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
...
</xsl:template>
</xsl:stylesheet>