Debt Consolidation - Personal Loans - Flights - Loans - Mobile Phones

PDA

View Full Version : Parse RSS Feeds (and create static content) using .ASP?


Canton
Mar 1st 2005, 1:18 pm
Hi all - I'm looking for a specific tool or software that allows for the parsing of news feeds from around the web into my web site. The catch is that I need it in the .ASP language/platform and would like it to produce static content rather than the js-type script that most parsers make.

I've come across RSStatic, which looks to be a great tool, but it appears to only work with PHP, which I can't use.

Does anyone know of a tool similar to RSStatic that works in .ASP, or perhaps a version of this or any other tool that has been modified to work in .ASP?

Thanks in advance,

~Canton

inthedark
Mar 5th 2005, 9:59 pm
Take a look at Carp

http://www.geckotribe.com/press/releases/-/15/

paulhiles
Apr 15th 2005, 12:57 pm
Hi Canton, if you're still looking for an ASP solution to parsing RSS feeds, take a look at the following page. Gathering News Headline feeds using ASP (http://home.att.net/~codeLibrary/XML/rss.htm)

I've used this myself on a Windows server with IIS 5.0.
NB: You will need the MSXML component installed on your server, but I think it comes as standard with IIS 5.0 and upwards.

Paul

mopacfan
Apr 15th 2005, 1:00 pm
That's a great resource. Thanks for the info.

Netizen
May 16th 2005, 7:32 pm
I implemented the code library method listed by paulhiles and it works nicely.

The next step it to control how many items are displayed. I don't know asp, but it shouldn't be difficult to adjust this. It looks to me like making a change here might be a start. Any ideas?

<xsl:for-each select="//*[local-name()='item']">

mopacfan
May 17th 2005, 7:03 am
I ended up writing my own code to parse the rss from syndic8.com. It does the job and now I have to take some time to write the code to catalog the feed so it will create static content on my site.