Hi Jason,

I've managed to get XSLT working on an RSS feed once, but it was quite
a while ago.  A few things to bear in mind:

It only worked in IE6 (looks like a lot of newer browsers don't allow
XSLT transforms on XML files).  Also it didn't work in RedDot (I never
quite got to the bottom of that to be honest), only on the published
site.

You can see an example of the feed here:
http://www.qcda.gov.uk/rss/202.xml (linked to from 
http://www.qcda.gov.uk/about/98.aspx).

Mark

On Jun 13, 9:34 pm, Merrill Webmaster <[email protected]> wrote:
> Hi all,
>
> First time using this forum.  I am currently using CMS 10.0 and
> LiveServer 4.  I got my RSS feed up and running, but I can't seem to
> get the CSS to work on it.  Here is the code for RSS feed page:
>
> <?xml version="1.0" encoding="ISO-8859-1" ?>
> <?xml-stylesheet type="text/css" href="<%anc_rss_css%>" ?>
> <?xml-stylesheet type="text/xsl" href="<%anc_rss_xsl%>" ?>
> <rss version="2.0">
>   <channel>
>   <!IoRangePreExecute>
>       <title><%stf_pageTitle%></title>
>       <description><%stf_rssDescription%></description>
>       <link><%stf_siteURL%></link>
>       <pubDate><%inf_Date%></pubDate>
>       <language>en-us</language>
>   <!IoRangeList>
>    <item>
>       <title><%hdl_pageTitle%></title>
>       <link><%lst_Full_File%></link>
>       <pubDate><%inf_Date%></pubDate>
>       <guid><%lst_Full_File%></guid>
>       <description><%txt_summary_rss%></description>
>       <!-- <description><%txt_mainContent%></description> -->
>    </item>
>   <!/IoRangeList>
>   <!/IoRangePreExecute>
>   </channel>
> </rss>
>
> Has anyone tried to setup a RSS with CSS or XSLT?
>
> Thanks!
>
> Jason

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to