function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ChrisGountanisChrisGountanis 

c:rssfeed title="Blog" feed="http://feeds.feedburner.com/sforceblog"

Where do I find the sample code for this example using c:rssfeed title="Blog" feed="http://feeds.feedburner.com/sforceblog"? It was shown in the VIsualforce SUmmer of 08 web presentation.
Ron HessRon Hess
it's here :

http://code.google.com/p/visualforce-components/source/browse#

this uses the xmldom class to parse the feed
ChrisGountanisChrisGountanis
This is great start on samples and custom visualforce pages! My only question in trying to save time would be: Is there a quick start or read me for the rssfeed example. I am not 100% sure on how to using the classes, xml files and other supporting files. I do know how to create the visualforce pages and have followed many helloword type of assignments. It would seem your doumentation is missing the in the middle steps.
Ron HessRon Hess
Jon is looking into this and will post a page or blog on it soon i think.