Top "Atom-feed" questions

Atom is an XML based news-feed format.

Best way to parse RSS/Atom feeds with PHP

I'm currently using Magpie RSS but it sometimes falls over when the RSS or Atom feed isn't well formed. Are …

php parsing rss atom-feed
java library for reading RSS and ATOM feeds

I am looking for libraries which can read RSS / ATOM feeds in my J2EE application (based on JBoss Seam). …

java rss seam atom-feed
Setting up a Github Commit RSS feed

I am trying to have my github commits as an RSS feed but so far I have not managed to …

github rss feed github-api atom-feed
'OR' operator in XPath predicate?

What is the XPath expression to select <link> elements with type="application/rss+xml" OR type="application/atom+…

xpath rss atom-feed
how to format atom date time

I'm getting dates from feed in this format: 2009-11-04T19:55:41Z I'm trying to format it using the date() …

php parsing datetime atom-feed
Pagination in feeds like ATOM and RSS?

Is this even possible? Perhaps? <link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link>

atom-feed rss2
How to set the default namespace using JAXB

I have a ATOM-XML representation of my data that is returned via a Spring MVC web service. I'm using JAXB …

java serialization jaxb atom-feed
Reading Atom feed of gmail account from C#

I have a project that will send an email with certain data to a gmail account. I think that it …

c# xml gmail atom-feed
how can I get a global rss feed on Gitlab?

In Gitlab there is an RSS news feed button for every project. http://git.domain.name/userName/projectName/commits/master.…

rss gitlab atom-feed
Twitter search (atom) API - exclude retweets

I am using the Atom search API from Twitter. Now I present all (newest 5) tweets with a certain word. But …

twitter atom-feed twitter-feed