Atom is an XML based news-feed format

learn more… | top users | synonyms

5
votes
1answer
1k views

rss and atom content type

I have a problem with my feed's content-type: When I set the content-type to "application/rss+xml" or "application/atom+xml" the Firefox will render it current (and displays the default subscribe ...
4
votes
1answer
62 views

Android: how to get link from Atom

I'm making RSS reader for Android but I have problem with Atom. In RSS 2.0 I get link with this: if (xpp.getName().equalsIgnoreCase("link")) and it's made like this: ...
3
votes
1answer
637 views

Chunked Transfer Encoding problem with Apache Abdera

I'm using Apache Abdera to POST atom multipart data to my server, and am having some odd problems that I can't pin down. It looks like an issue with chunked transfer encoding, but I'm insufficiently ...
3
votes
1answer
236 views

Why does the Django Atom1Feed use atom:updated instead of atom:published?

I made an Atom feed in Django using a class that looks something like this: class AtomFeed(Feed): feed_type = feedgenerator.Atom1Feed # ... def item_pubdate(self, post): return ...
2
votes
1answer
132 views

Why doesn't Windows Explorer display OpenSearch results with types other than text/html correctly?

I'm trying to display results from the REST API of IBM Content Analytics in Windows 7 Explorer through its OpenSearch integration. The REST API returns an Atom feed with an <atom:entry> element ...
2
votes
1answer
230 views

Retrieving ETag attribute with Feedparser

I know that Feedparser supports retrieval of the ETag header (http://www.feedparser.org/docs/http-etag.html), but the feed I'm retrieving includes 'etag' as an attribute in the content node, for each ...
2
votes
1answer
95 views

Is there a way to get the list of existing tags from a WordPress blog using AtomPub?

I'd like to be able to query a Wordpress blog for a list of existing tags so that they can be offered at the time that a new post is being created. Is this possible through AtomPub with Wordpress? I'm ...
2
votes
1answer
344 views

Atom to rss feed

I have a rss reader portlet in websphere portal,which add the rss feed and render the feed items on it.i need to add Atom feeds also in the existing code.we use a third party API to parse the feed ...
2
votes
1answer
107 views

OSX API for accessing data structures similar to Quicktime atoms or MPEG boxes

Quicktime-, MPEG- or AIFF-files all seem to organize their data elements in chunks like this: 0x00 chunk 1 header (size as UInt32 + ID as 4-char-code) 0x08 chunk 1 data ... 0xA0 chunk 2 header 0xA8 ...
2
votes
1answer
245 views

Silverlight and ATOM feeds that require authentication

I am building a simple feed reader application that needs to access an ATOM feed that requires authentication. I was going down the route of using the WebClient class and found a Credential property ...
1
vote
1answer
34 views

RSS issue with Lyften Bloggie component for Joomla

I am using a component called Lyften Bloggie for my website which is built up on Joomla. But there is an issue with the RSS feeds. When I click on the feed buton it is re-loading the same blog page ...
1
vote
1answer
183 views

WebSphere Portal 7: use rss/atom feed as a content provider for portlets. Is it possible?

Is there any way to use atom feed as a content provider in WebSphere Portal 7? Let's say I have 2 portlets on a page which are representing main part and footer. I have one atom feed with 2 entries. ...
1
vote
1answer
550 views

Fixing MP4/M4A File Stucture

I'm having an issue with tagging MP4/M4A files. The tagging operation goes A-OK. Well, I had an issue with the stco atom, but I fixed that. But now, when I play the MP4 file, mplayer gives me an ...
1
vote
1answer
288 views

Syndication Feed XML Exception during load function

XML Exception occured while loading atom url : code: XMLReader reader =XmlReader.Create("urlstring"); SyndicationFeed feed =SyndicationFeed.Load(reader); exception: $exception {"Data at ...
1
vote
1answer
178 views

how add carrierwave image to atom feed rss in rails 3.1

My question is how output image carrierwave with a rss/atom in rails 3? I try: atom_feed :language => 'en-US' do |feed| feed.title @title feed.updated @updated @posts.each do |item| next ...
1
vote
1answer
509 views

Using OAuth with gmail's atom feed

I am attempting to use OAuth to access gmail's atom feed in javascript in the browser (yes, I know the security risks of building an in-browser OAuth app; it's for personal use, and I'm not worried ...
1
vote
1answer
326 views

WCF examples for receiving (consuming) data feeds

All the example WCF feed services that I can find are all about generating a feed. What about consuming a feed? Does anyone have any links to examples, or discussions, on a WCF service (.net 4.0 ...
1
vote
1answer
1k views

creating Atom feeds with ROME and publishing them

I am a newbie to this pub/sub protocol. Sorry if my questions are very naive. Could you help me by answering my questions. I started off creating an atom feed using ROME API looking at the example ...
1
vote
1answer
545 views

Apache Abdera Client - Posting/Putting

Looking for help using the Apache Abdera Atom Client. I am trying to post and put files to a feed but I am getting a 400 error saying that the content type must be application/x-www-form-urlencoded ...
0
votes
1answer
34 views

Getting XML String value of SyndEntry with ROME

I'm currently working on a project which implies XML feed parsing (Atom 2005) and I'm using Rome to do this. I have some SyndEntry objects, and I need to convert them to XML as standalone Entries ...
0
votes
1answer
56 views

Converting SyndFeed to SyndEntry with Rome

I'm currently working on a project which implies XML feed parsing (Atom 2005) and I'm using Rome to do this. I have currently two kind of XML structure to parse. The first type : <?xml ...
0
votes
0answers
175 views

VB.NET - SyndicationItem ElementExtensions - How do I get an element one level down and read its attributes?

In my ASP.NET / VB.NET website I am consuming an Atom 1.0 feed from YouTube: <?xml version='1.0' encoding='UTF-8'?> <feed xmlns='http://www.w3.org/2005/Atom' ...
0
votes
0answers
45 views

Cache-control: why two different max-ages

I'm reading an atom-feed from Twitter. I want to know how often I should consult the feed (i.e. throw it the query URL), in order not to miss any results. The header cache-control line has two ...
0
votes
0answers
34 views

How to set a feature image in wordpress with feedwordpress plugin?

Using this wordpress plugin and I would like you to insert automatically the feature image. By reading the post and entering the first one it finds. Does anyone have experience in the field? thank you ...
0
votes
0answers
30 views

I tried to find how to set an e-mail to a “read” state in Atom.NET, but there have been no results

I'm using Atom.NET for C#. My current code looks similar to the following: WebRequest wrgeturl; try { wrgeturl= WebRequest.Create(new ...
0
votes
0answers
94 views

Associating XSLT with Atom feed so it renders in Chrome

I'm generating an ATOM feed with this header: <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/xsl" href="/atom2html.xsl"?> <feed ...
0
votes
0answers
85 views

How can i get all atom/rss entries with all custom tags?

using rome api I have Iterator entryIter = feed.getEntries().iterator(); while (entryIter.hasNext()) { SyndEntry entry = (SyndEntry) entryIter.next(); and get all standart ...
0
votes
0answers
289 views

OutOfLineContent exception in Java Google gdata Spreadsheet library

This exception was caused by having the incorrect URL for the SPREADSHEET_FEED_URL variable. The URL should always be: //spreadsheets.google.com/feeds/spreadsheets/private/full This URL will provide ...
0
votes
0answers
25 views

Merging Atom feeds

I have multiple picture galleries on my website and am trying to create a single global feed from separate feeds for each gallery using atom links. I have created the following feed code that checks ...
0
votes
0answers
96 views

How to display multiple atom link tags with simplepie?

I am trying to display an atom feed from an external site on my Wordpress site. The atoms feed contains two link tags: <entry> ... <link rel="alternate" type="text/html" ...
0
votes
0answers
255 views

ASCII code displaying instead of special character in SimplePie 1.3 Atom feed

I'm using SimplePie 1.3 to display a client's latest FB wall posts on their site via Atom feed. However apostrophes aren't displaying correctly. Instead, SimplePie is outputting the ascii code ...
0
votes
0answers
62 views

How to get URL of last cached feed in SimplePie

How can I know which feed was downloaded last? $files = glob("cache/*.spc"); $files = array_combine($files, array_map("filemtime", $files)); arsort($files); $latest_file = key($files); Above code ...
0
votes
0answers
9 views

Parsing several feeds, than counting number of occurencies of videos

the current project I'm facing is about creating a chart of the most shared youtube videos among a certain amount of blogs and twitter accounts. What I'm trying to do, is: 1- parsing the rss/atom ...
0
votes
0answers
271 views

Subscribe an RSS feed to the Facebook News Feed

I recently came across this Facebook application by the BBC: https://apps.facebook.com/bbcnewsnew At first glance it doesn't look like much until I realized that Liking one of the categories will ...
0
votes
0answers
213 views

Getting the GMAIL atom feed from Appengine using JAVA, OAuth 2 for a Google Apps User

I am using the following code to get the GMAIL atom feed on Google Appengine. I am using the CLIENT_ID and CLIENT_SECRET generated in the Google APPS Admin Dashboard. public void ...
0
votes
0answers
187 views

How to update my feed's favicon in Google Reader?

Today I launched my new website with new design and with a new favicon. I used the same URL for my RSS feed in order to keep my subscribers. But Google Reader retains the old favicon. How can I force ...
0
votes
0answers
22 views

Is there a smiple way in .NET to convert a POCO to an ATOM pub?

I've done some searching and haven't found anything too helpful but I need something quick and simply just for a prototyping exercise that will allow me to convert a POCO into an atom feed. WCF Data ...
0
votes
0answers
127 views

periodic interrupt Real Time Clock issue

I've old software written for DOS (16-bit) that I used to refresh timer of a watchdog board. This software works well on Intel Pentium M CPU board. If I try to use it on a new Intel Atom or Intel Core ...
0
votes
0answers
96 views

Adding Google data (<gd:when>) tags to ATOM feed

I've been trying to write an ATOM feed generated from a database of events and would like to include the Google data extensions such as gd:where and gd:when. I've been attempting to use the ...
0
votes
0answers
183 views

Android native SAX Parser & choosing adequate root element

I've chosen the Android's SAX Parser to perform rss and atom parsing because of it's simplicity. The parser works perfectly on pure rss feeds (not the combined rss and atom feeds I've found arround ...
0
votes
0answers
112 views

Parse VCalendar string from Atom entry node

I'm reading an existing Atom feed with PHP (using Zend_Feed_Atom) that will be manipulated and converted (probably to JSON) for eventual consumption by an Android app (Java), and iOS app (Obj-C), and ...
0
votes
0answers
68 views

ATOM Service - How to access it from Java?

I am developing a java adaptor in between two systems. One is a Microsoft system and the other one a Java application. The adaptor I am developing is also in Java. As part of this I need to access a ...
0
votes
0answers
119 views

Generate Atom feed in C++

In a new project we've got we need to generate and consume Atom feeds for CRUD operations on the business data. For parsing the Atom feeds I searched SO and found FeedReader. For generating the ...
0
votes
0answers
41 views

Cannot get iternational chracters from atom feed (google )

I am trying to get a list of google spreadsheets using google API. It works fine until I create a spreadsheets with some international characters. Than I get some complete garbage like ...
0
votes
0answers
58 views

add node to feed

I need to add a price to atom feed. example: <entry> ... <price>3.99</price> </entry> I have searched everywhere, but no joy. I would like to convert the xml below ...
0
votes
0answers
153 views

reading atom feed

I am using the following source code to read atom feed from an authenticated website Stream FeedReader() { var url = @"http://myexample.com/feeds/posts.atom"; var USER = "user"; var PASS ...
0
votes
0answers
120 views

How to apply styles to .rss files or Atom feed files

I created an atom feed for my website. test.rss is my file. I also created a test.xsl file for my feed. But it's not working. If I change test.rss to test.xml then it works. Is there is any option ...
0
votes
0answers
166 views

Parse ATOM feed in Actionscript 3 Not Working?

Here is my problem I can read the feed and output but occasionally I get an error returned. TypeError: Error #1088: The markup in the document following the root element must be well-formed. at ...
0
votes
0answers
232 views

atom XML georss namespace issues in PHP

I have tried almost everything to access the georss:featurename from this specific atom xml file but have had no luck what so ever so far. <?xml version="1.0" encoding="utf-8"?> Current ...
0
votes
0answers
674 views

Mime, Atom feed or IMapx for reading from gmail

I am little confused as to what is the best approach for reading mails from gmail Here are the links that I reffered: http://hellowebapps.com/products/imapx/ ...