|
RSSxl Tutorial - How to generate an RSS feed from an HTML web page | Home | RSSxl | RSSxl examples | Support forums | |
You have three options open to you, depending on whether you can edit the HTML on the target page, and depending on whether you are familiar with Regular Expression syntax.
This is an example of generating a feed from your own page by inserting HTML comments to identify feed items.
This is the easiest method of converting your own web pages.
This is an example of generating a feed from a page using existing HTML tags on the page to identify feed items.
This is an example of generating a feed from your own page using some regular expression syntax to identify feed items.