kennedymr2
Programmer
I am experimenting with xml RSS, in setting up a Rss feed.
My Rss file is only a small one , to test all the functions
it is at the bottom of the page.
If i use Firefox ... both the http:// and the ftp:// work perfectly.
BUT in IE7 only the http:// work.. i am unable to click on the ftp://, they are disabled, but do display ...
I have had a pretty good look in the IE7 security , and cannot find what may be stopping the ftp://..
Would appreciate some advice as to how to get IE7 the allow ftp:// in the rss xml feed.
The machine does have ca associate anti virus...???maybe this is the problem, but Firefox seems ok..????
Regards Kennedymr
<rss version="2.0">
<channel>
<title>This is my Main Web Site</title>
<link><description>
This is to show how rss works
</description>
<language>en-us</language>
<item>
<title>
This is my HTML Page
</title>
<link><description>
Demo Rss Feed HTML Page
</description>
</item>
<item>
<title>
This is a FTP Demo
</title>
<link>ftp://xx.xxx.80.8/egg.txt</link>
<description>
learn to use rss --- Ftp
</description>
</item>
<item>
<title>
This is a FTP Demo # 2
</title>
<link>ftp://xx.xxx.80.8/egg2.txt</link>
<description>
learn to use rss --- Ftp
</description>
</item>
<item>
<title>
This is a FTP Demo # 3 zip File
</title>
<link>ftp://xx.xxx.80.8/zippy.zip</link>
<description>
learn to use rss --- zip
</description>
</item>
</channel>
</rss>
My Rss file is only a small one , to test all the functions
it is at the bottom of the page.
If i use Firefox ... both the http:// and the ftp:// work perfectly.
BUT in IE7 only the http:// work.. i am unable to click on the ftp://, they are disabled, but do display ...
I have had a pretty good look in the IE7 security , and cannot find what may be stopping the ftp://..
Would appreciate some advice as to how to get IE7 the allow ftp:// in the rss xml feed.
The machine does have ca associate anti virus...???maybe this is the problem, but Firefox seems ok..????
Regards Kennedymr
<rss version="2.0">
<channel>
<title>This is my Main Web Site</title>
<link><description>
This is to show how rss works
</description>
<language>en-us</language>
<item>
<title>
This is my HTML Page
</title>
<link><description>
Demo Rss Feed HTML Page
</description>
</item>
<item>
<title>
This is a FTP Demo
</title>
<link>ftp://xx.xxx.80.8/egg.txt</link>
<description>
learn to use rss --- Ftp
</description>
</item>
<item>
<title>
This is a FTP Demo # 2
</title>
<link>ftp://xx.xxx.80.8/egg2.txt</link>
<description>
learn to use rss --- Ftp
</description>
</item>
<item>
<title>
This is a FTP Demo # 3 zip File
</title>
<link>ftp://xx.xxx.80.8/zippy.zip</link>
<description>
learn to use rss --- zip
</description>
</item>
</channel>
</rss>