Link to home
Start Free TrialLog in
Avatar of flashinglemur
flashinglemur

asked on

Work-Around for RSS Viewed With IE6 (XML/XSL)?

My RSS works perfectly with IE7 and FF.  I understand IE6 does not natively support RSS.  Since 50% of my visitors have IE6, I need to have a work-around solution.  I've read some discussions about using XML in conjunction with XSL to resolve this problem.  As a note, I am not using ASP or .NET.  1. If I use the XML/XSL solution for IE6, does this affect the IE7/FF crowd?  Anyhow, if someone could include the XSL code I need for my attached XML code, I would be greatly appreciative.  I'm a novice and really need things spelled out (thanks for your patience).  My XML code should be attached to this message.

Thank you for any help!

Mark
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <generator>RSS Builder by B!Soft</generator>
    <title>Drug Endangered Child Training Network Podcasts</title>
    <link>http://www.drugendangeredchild.org/rss/rss.xml</link>
    <description>Meth related podcasts specific to drug endangered children</description>
    <language>en-us</language>
    <managingEditor>mark1@email.uky.edu</managingEditor>
    <webMaster>eddien@email.uky.edu</webMaster>
    <copyright>2007</copyright>
    <image>
      <title>Drug Endangered Child Training Network Podcasts</title>
      <link>http://www.drugendangeredchild.org/rss/rss.xml</link>
      <url>rss.gif</url>
    </image>
    <item>
      <title>School-based Health Professionals</title>
      <pubDate>Thu, 29 Nov 2007 14:34:17 -0500</pubDate>
      <link>http://www.drugendangeredchild.org/podcast/Holly_Sharlee.mp3</link>
      <guid isPermaLink="true">http://www.drugendangeredchild.org/podcast/Holly_Sharlee.mp3</guid>
      <author>drugendangeredchild@gmail.com</author>
      <category>Interviews</category>
      <enclosure url="http://www.drugendangeredchild.org/podcast/Holly_Sharlee.mp3" length="4972068" type="audio/mpeg" />
      <description><![CDATA[Holly Hopper interviewing dental professional Sharlee Burch on what roles school-based health professionals can play.]]></description>
    </item>
    <item>
      <title>Dental Professionals Involved in the Community</title>
      <pubDate>Thu, 29 Nov 2007 11:26:21 -0500</pubDate>
      <link>http://www.drugendangeredchild.org/podcast/dental-professionals-involved-in-community.mp3</link>
      <guid isPermaLink="true">http://www.drugendangeredchild.org/podcast/dental-professionals-involved-in-community.mp3</guid>
      <author>smdelo2@uky.edu</author>
      <category>Dental Professionals</category>
      <enclosure url="http://www.drugendangeredchild.org/podcast/dental-professionals-involved-in-community.mp3" length="765309" type="audio/mpeg" />
      <description><![CDATA[Dental Professional Involved in the Community, by dental professional Sharlee Burch.]]></description>
    </item>
    <item>
      <title>Meth Mouth</title>
      <pubDate>Thu, 29 Nov 2007 10:53:42 -0500</pubDate>
      <link>http://www.drugendangeredchild.org/podcast/methmouth.mp3</link>
      <guid isPermaLink="true">http://www.drugendangeredchild.org/podcast/methmouth.mp3</guid>
      <author>smdelo2@uky.edu</author>
      <category>Dental Professionals</category>
      <enclosure url="http://www.drugendangeredchild.org/podcast/methmouth.mp3" length="1212943" type="video/mpeg" />
      <description><![CDATA[How to identify meth mouth in patients.  By dental professional Sharlee Burch]]></description>
    </item>
  </channel>
</rss>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial