... You can do the same kind of thing through Google's API. However, bear in mind that what you're getting back isn't the original feed content - it will have...
I don't really like the outcome of this thread. Basically, we have proprietary APIs and an Atom solution that isn't adopted or scalable (it requires dynamic...
... FWIW the "Atom" solution (assuming you're referring to RFC5005) can just as easily be used in an RSS feed (see appendix B). As for the issue of ...
... In addition to appendix B, see reference 9, which gives attribution to both D. Winer and a work product of this group. Here is a feed that is served...
No API is required for export, just common sense. Here's what I do. http://www.therssweblog.com/archive.xml I think a simply solution like this might actually...
... I wouldn't consider this particular solution any better than those already in use, but it's probably workable (assuming you get a proper namespace for the...
All existing RSS extensions are in play. I use to implement CommentAPI, Trackbacks and Pinbacks, but trackback and pingback spam caused me to abandon each. I...
A few admin edits were approved by the board this last week. You can review the edits here. http://tech.groups.yahoo.com/group/rss-board/message/278 Voting...
TODO 1 - I need to make the edits for the proposed RSS namespace. 2 - We've been working with NASCAR to find ways of making RSS faster. Here's some pics from...
So my company has a few RSS feeds within our Typo3 tt_news site which when I run through the W3C validation most of them validate, except our podcast feeds. I...
Hello All, Anyone know why tt_news (Typo3) enclosure tags don't support https links. Our RSS feed has and enclosure tag with mp3's in it. When I have been...
... According to the RSS specification, the url of an enclosure must be an http url.[1] Using https is simply not valid. Now it's possible that an https link...
I'd like to create a feed for this link: http://blue.mmo-champion.com/ Note there is a feed already: http://blue.mmo-champion.com/feed.rss But with the actual...
Please help....I'm sorry, this is probably been covered before, but I can't seem to find the answer...please tell me how to fix this. I understand that there's...
... First, make sure there are no blank lines in the PHP script that would be output before the XML declaration. Next, make sure your editor isn't saving some...
... That error message is specific to WordPress. Click on help for a number of recommendations: http://www.feedvalidator.org/docs/error/WPBlankLine.html - Sam...
... That error message is specific to WordPress. Click on help for a number of recommendations: http://www.feedvalidator.org/docs/error/WPBlankLine.html - Sam...
... That error message is specific to WordPress. Click on help for a number of recommendations: http://www.feedvalidator.org/docs/error/WPBlankLine.html - Sam...
Hi! Where can I find a list of RSS date format abbreviations for day of the week and month? Or is it always the first three letters (i.e., Mon Tue Wed, etc.) ...
Good Day My name is Gina and I am conducting a study into the effectiveness of current interoperability protocols. If you have worked with interoperability...
i am getting the error of unknown namespace xmlns:ms="urn:schemas-microsoft-com:xslt" above namespace is used to call functions of c# in xslt , so what needs...
atom:link requires the path where the xml of the rss is stored in the application . in our case we are generating the rss dynamically by aspx page so which...
If your feed is found at http://www.yourdomain.com/rss.aspx, then the self should point to this same page, whether it is static or dynamic is irrelevant. Hope...