Questions tagged [atom-feed]

Atom is an XML based news-feed format. For the text editor from Github, use the [atom-editor] tag.

Atom is an XML-based document format that describes lists of related information known as "feeds". Feeds are composed of a number of items, known as "entries", each with an extensible set of attached metadata. For example, each entry has a title.

The primary use case that Atom addresses is the syndication of Web content such as weblogs and news headlines to Web sites as well as directly to user agents.

689 questions
0
votes
3 answers

find element in atom output from excelrest.aspx (sharepoint 2013 online) with jquery

I am trying to get some contents from an excelsheet via excelrest.aspx with jquery. I am using following code to read the value of x:fv, however it either throws an error message or ends up with empty value. If instead of x:fv I try to read the…
Paul77
  • 1
0
votes
2 answers

How to extract Twitter username from Search API via PHP

The Twitter Search api returns results in ATOM/XML format which look like this: username (Friendly Name) http://twitter.com/username In my PHP I can get the name field as a variable, so it would look…
Alexia
  • 1
  • 1
0
votes
1 answer

Google spreadsheet publish as Atom

I am trying to publish a Google spreadsheet as an RSS feed using Google Chrome. When I go to File → Publish to web and the go to Get a link to the published data, the Atom/RSS feed is not displayed. When I tried to use my personal gmail account,…
keith Spiteri
  • 259
  • 1
  • 6
  • 22
0
votes
1 answer

How to extract Atom/RSS

Given a URL, if it has any RSS nodes, then I am adding to the database. e.g.: For this URL, rssDoc.SelectNodes("rss/channel/item").Count is greater than zero. But for the atom url, rssDoc.SelectNodes("rss/channel/item").count is equal to zero. How…
vamsivanka
  • 792
  • 7
  • 16
  • 36
0
votes
1 answer

get atom feed and display in html (google-api)

Can someone help me out on this. I have a problem with the return results from an google-api call I want to echo them back as html, but firefox keeps displaying a feed page. In IE, I get an error saying that an xml document can only contain one…
Richard
  • 4,516
  • 11
  • 60
  • 87
0
votes
1 answer

AJOH - what does it mean?

I have seen the term AJOH in relation to ATOM, Ajax, JSON, & REST. What does it mean? Is it Atom JSON Over HTTP? Can't find any good links.
BuddyJoe
  • 69,735
  • 114
  • 291
  • 466
0
votes
1 answer

How do you force a response for a RequestMapping to use the AtomFeedHttpMessageConverter?

Our Spring 3.1 application uses message converters in the following manner: .... ....
noisebelt
  • 940
  • 2
  • 9
  • 20
0
votes
1 answer

Getting entries from StackOverflow atom feed

I feel like an idiot for asking this question again, as I know it's been asked several times. I cannot for the life of me get this code working even with the answers that have already been provided, so I'm hoping that by offering my current code,…
Brian G Swanson
  • 1,039
  • 7
  • 17
0
votes
2 answers

Extracting text values from atom feed with Ruby RSS

I'm trying to use the standard lib ruby RSS::Parser to parse an Atom feed, which sort of works. When I access the extracted fields, such as .title it returns The title rather than just The title. If you parse e.g. a RSS feed the…
0
votes
1 answer

App for a Blogger application

I want to create an Android Application for a Blogger blog. The content is contributed by some handful of people including me. With all the search that I have done, I am able to find out SAX parser libraries that pull the data and show the content…
midhunhk
  • 5,560
  • 7
  • 52
  • 83
0
votes
0 answers

XML/ATOM Getting error : response is not an Atom feed/entry

I'm making a GET Request with headers={'Accept': 'application/atom+xml,application/atomsvc+xml,application/xml'} And I'm getting this as response: result: 200 (OK) response headers: {'last-modified': 'Wed, 02 Oct 2013 22:17:45 GMT',…
devesh-ahuja
  • 963
  • 1
  • 8
  • 24
0
votes
1 answer

PHP - Using DOMDocument - trying to find link to feed

I have a function using this bit of code and I am trying to figure out what I am doing wrong. I want to find a web page's rss feed if it has one. As of right now, it's not returning any URL, it shows the type, but that's it. And the blog_url key…
Sean Webb
  • 1
  • 2
0
votes
2 answers

Twitter Search Results - API / Atom Feed

So I've got somewhat of a cool task and I'm just thinking it over. I'm more a designer so I thought I'd tap into the bright minds on here. I am creating a basic page that displays the results from a twitter search results page. Put simply, I am…
wesbos
  • 25,839
  • 30
  • 106
  • 143
0
votes
1 answer

Trying to Save Gmail Atom Feed to XML - C#

I'm new to C# and I'm having some difficulty with saving the XML Atom feed from Gmail to an xml file. I'm certain I'm miles off of where I need to be and I'm embarassed to be asking this but I'm not getting anywhere on my own:( I'm using the…
LuFaMa
  • 346
  • 1
  • 6
  • 15
0
votes
2 answers

Parse DOMNodeList Into Data I can Easily Format in PHP

I have the following DOMNodeList Object being returned from Google and I need to parse through it. I am parsing it into an array of DOMElement Objects, one for each warning with: $new_product = _GSC_AtomParser::parse($resp->body); $elements =…
secondman
  • 3,233
  • 6
  • 43
  • 66