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