Hello all,
Just a precursor, I've read all of the other RSS Feed posts in this
group and am still kind of confused on how the process works.
First things first, I've created a Content Class name RSS Feed. It has
the basic XML structure for an RSS feed. The I understand that part.
Looks something like this:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Chelan County PUD News Releases</title>
<link>http://www.chelanpud.org/news.html</link>
<description>Chelan County PUD News Releases</description>
<language>en-us</language>
<pubDate><%inf_PubDate%>PST</pubDate>
<lastBuildDate><%inf_PubDate%>PST</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<managingEditor>[email protected]</
managingEditor>
<!IoRangeList>
<!IoRangePreExecute>
<item>
<title><![CDATA[<%hdlTitle%>]]></title>
<link>http://www.chelanpud.org<%lst_NewsReleases%></
link>
<description><%sftTeaser%></description>
<pubDate><%stf_Date%> 17:00:00 PST</pubDate>
<guid isPermaLink="false">http://www.chelanpud.org<
%lst_NewsReleases%></guid>
</item>
<!/IoRangePreExecute>
<!IoRangeNoRedDotMode><!IoRangeRedDotMode><%lst_NewsReleases
%><!/IoRangeRedDotMode><!/IoRangeNoRedDotMode>
<!/IoRangeList>
</channel>
</rss>
I guess the part I do not understand is what is the content of the
listItem (lstItem) supposed to look like? Is it supposed to be static
content (such as an HTML list <li>'s) or dynamic content (the <% %>
placeholders that are in the RSS Content Class)?
Could someone post a sample listItem that they are linking to their
RSS Content Class?
This seems like a simple thing to accomplish, and I've created
multiple RSS Feeds outside of RedDot. RedDot just confuses me (mainly
because I am new to the platform).
Where is my logic off on this whole thing?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---