XML
RSS Content Feed Class FAQ
The following Frequently Asked Questions and answers are available
for our RSSContentFeed
class.
Frequently Asked Questions
How
much does it cost?
Which
RSS Feeds can it be used with?
Which
scripting languages can it be used with?
How
do I use it to display RSS feed on my website?
I'm
getting an error, "XML error..."
I'm
getting an error, "Permission denied"
Answers
How
much does it cost?
The RSSContentFeed
class is free for all personal and commercial use. If you are
using RSSContentFeed please consider making a donation.
Why donate?
Which
RSS Feeds can it be used with?
The RSSContentFeed
class can be used with all kinds of RSS and RDF feeds, as well
as Amazon RSS feeds.
There is an issue with the current version of the RSSContentFeed class where
the use of non-standard characters in an XML feed can cause the RSSContentFeed
class to fail to read the XML, displaying an error instead. This will be addressed
in a future release of the RSSContentFeed class.
Which
scripting languages can it be used with?
The RSSContentFeed
class can be used with VBScript code in ASP Active Server Pages.
How do I use it to display RSS feed on my website?
To display RSS content on your website, follow these steps.
1. Include the class
definition file.
2. Set the ContentURL
property for the RSS feed.
3. Call the GetRSS
method.
4. Display the results using the Links,
Titles,
Descriptions
and other collections.
For more details view the RSSContentFeed
Class Reference or Sample
Code
I'm getting an error, "XML error..."
There is an XML validation error in the XML source of the RSS feed. Try viewing
the XML in Internet Explorer, or validating the XML at http://validator.w3.org/
I'm getting an error, "Permission denied"
The RSS Content Feed class requires file-write permission to the root of
the site. Also if the cache feature is used, the cache folder requires file-write
permission.
|