Posted by Adrienne Boswell on 05/07/06 17:49
Gazing into my crystal ball I observed "Drew" <1@2.net> writing in
news:e3kvmd$7jn8$1@news3.infoave.net:
> I have made an rss feed for my website and I can bring it up directly
> by going to the .xml file.. however, some sites such as the one shown
> here
> http://www.pixentral.com/show.php?picture=1zrSDRWIfMMS69lhO7xAxSZQBiB46
>
> are auto detected by IE7 within the browser. How can I make my feed be
> seen by IE7?
>
> my feed is at http://drewclayton.com/Whirlwind.xml by the way
>
> -TIA
>
>
>
You mean like http://www.hfglendale.org/rssm.asp? It's using XSLT to
transform XML into HTML. View the source of rssm.asp and you will see
<?xml-stylesheet type="text/xsl"
href="http://www.hfglendale.org/rss2html.xsl" version="1.0"?>
You can then pull that up in your browser to see how it's done.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
[Back to original message]
|