Hi,I need to display RSS feeds generated through TeamSite(deployed on the webserver) onto a web page. I have gone through the web in search of that... Is this possible through some kind of JavaScript? or only PHP must be used. Can somebody point out Pros and cons of both PHP and JavaScript.If somebody could share the code which when included in my HTML reads the feed and displays it. regardsDixitPS: Can someone please look into this....Thanks
Dixit,Could you please be more elaborative on your requirements. As far as i know about the RSS/XML feeds there are just in pure xml format and open up in the same on the browser. If you have to render and display each node and its value then go with PHP and use any DOM parser to read all.
I have done it with PHP. There is a lot of free code out there that works pretty well. I recently read a Perl-XML-RSS module. Check it out http://search.cpan.org/~eisen/XML-RSS/HTH
Srinivas,
Did you use XML::RSS to generate the feed or to display the feed on end users browser.
I think its to generate the feed, not to dislay the feed on an html page.
Even i have a same requirement, please give me some idea how the feed can be displyed on an html page from the server. IS jsp should be created or PHP should be created or A simple CGI is ok. I wanted some ponters on this, to be more specific.
Hi kalraa, The ground work was done and i have generated the RSS feed in the form of XML... With no resource working on PHP at the moment... i was wondering what other stuff can be used... Should i go for PHP or write something up in JSP and do it... The pages on which i need to display the RSS feed can be HTML/JSP...With time running quickly, i do not have much time to re-invent the wheel... regardsDixit
It does not matter whether you use PHP / JSP / CGI / ASP to read and display the XML feedTML/JSP.
It does not matter whether you use PHP / JSP / CGI / ASP to read and display the XML feed, it is just the parser which you are using. Check out on the parser friendlyness and performance to read.Rest all depends upon your requirements, and i suggest you to use JSP as you want to render it as HTML/JSP.