Has anyone created RSS Feed using Livesite? I see there is an RSS page type that outputs the RSS XML shell. My take is I next need to create a component that aggregates the info I need in my feed and outputs the result as xml item nodes.
I want to take it a step further and add tags to this page, so the rss feed generated is based on the url parameters defined.
For example: rss.page?tag1=healthcare&tag2=hospital would return the 10 latest articles tagged wit healthcare or hospital. Similarly, rss.page?tag1=tax&tag2=spending would return the 10 recent articles tagged with tax or spending.
To that end I am a bit concerned about server performance too.
I think this solution should be possible but under tight time constraints I will have little room for gotchas when this goes to development. So want to get my ideas straight before i sell this.
Anyone else do RSS Feeds? Any ideas you wanna share?
Version: 7.3.2. Teamsite on Linux, LSCS and LSDS on IIS/Tomcat.
Thanks!