search for: feed_typ

Displaying 3 results from an estimated 3 matches for "feed_typ".

Did you mean: feed_txp
2006 Mar 20
3
can''t get my rss to validate with feedtools
I know that I''m doing something wrong, but I can''t figure out what. I''ve looked at every wiki and tutorial I can find on feedtools but I still can''t get my rss feed working. Here''s my code. feed = FeedTools::Feed.new feed.entries << FeedTools::FeedItem.new feed.entries[0].author.name = "Charlie Bowman" feed.entries[0].title =
2006 Apr 01
0
select_tag problem
...abel><br/> <%= text_field ''feed'', ''url'' %></p> <p><label for="feed_name">Name</label><br/> <%= text_field ''feed'', ''name'' %></p> <p><label for="feed_type">Type</label><br/> <%= select_tag ''feed[type]'', options_for_select( { "Option1" => "opt1", "Option2" => "opt" }) %> <!--[eoform:feed]--> ---- If the data is sent .save and update_attributes doesn'...
2006 Mar 17
2
Test if remote file is actually RSS/XML
Hi all, I want my users to be able to view RSS feeds of their choice on my site. But i''d like to be able to check the files they are submitting as feeds are actually XML before attempting to parse and display them. I''ve been using feed tools to display the contents of feeds which works perfectly, but i''d like some way to check if a file is a feed/xml. Any pointers in