"Troy May" <[EMAIL PROTECTED]> wrote in message news:LOBBINEJDCHCGAJGGIFCIENNEDAA.tmay@;pcsympathy.com... > I was wondering if anybody knew of a complete script that can convert RSS > feeds to HTML without the normal needed mod (XML::RSS?), to be used as an > SSI on my page. My ISP will not install this mod for me. So I need one > script that does it all with just an external URL for the input source. >
XML::RSS looks all perl and depends only on XML::Parser, which your host probably has installed (if the dont, you should definitely find a new host). Heres the source: http://search.cpan.org/src/EISEN/XML-RSS-0.96/RSS.pm Just do a use lib (''); in your code and you should be all set. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]