RSS2HTMLPro.ASP |
ASP script for RSS/ATOM to
HTML conversion in your ASP and ASP.NET web site with multiple feeds
input and advanced filtering support Quick Start
tutorial: filter RSS content and convert int HTML using RSS2HTMLPro.asp
script
MultiRSS2HTML.asp TutorialThis is a quick start tutorial on converting and filtering mutliple RSS feeds into HTML code using MultiRSS2HTML ASP script in ASP or ASP.NET environment. This script is included into commercial "Pro" version of freeware RSS2HTML.asp script.This script can be used standalone or incorporated into exisisting web-page. Benefits of PRO version:
HTML template for RSS2HTML conversionPRO version uses the following HTML template code (you can adjust this code in helper RSS2HTMLProForMultiRSS2HTML.asp script to fit your design or contact us to help you if you are a registered user of PRO version): ' ##### Main template constants
Converting and filtering multiple RSS feedsTo add new RSS feed to process add URL to this feed into URLs array inside MultiRSS2HTML.asp script. For example: ' ##### Array RSS Sources ######### Links to RSS feeds are separated by comma. _ symbol is used to break a line in ASP. Set keywords to filter content from RSS feeds: Use Keywords variable to set keywords for filtering
RSS feed. Positive keywords must include "+" symbol
or space and negative keywords are indicated by use of "-"
symbol. For example (see screenshot below): Keywords="Linux+device"
You can control filtering of RSS feeds by title, description or URL to full article by changing the following variables:
IMPORTANT: change these variables inside helper script RSS2HTMLProForMultiRSS2HTML.asp ( included into PRO version) Include HTML from script into existing page: To include HTML generated by the script please use virtual include
ASP command. < p>RSS content is displayed below:</p> RSS2HTMLPro.ASP tutorials: |
|
|
||