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
-1
votes
1 answer

Intergrating ASP.net feed into twitter

I have a ready RSS atom feed on my ASP.net site,but I want to publish it through twitter how? and what it's requirment?
MeqDotNet
  • 718
  • 2
  • 8
  • 24
-1
votes
1 answer

Rails atom feed validation fail

I'm trying to generate atom feed for special offers. The controller works fine so the link http://localhost:3000/offers.atom render some xml. I have a list of offers in http://localhost:3000/offers page. For each offer I don't have the show page…
user1066183
  • 2,444
  • 4
  • 28
  • 57
-1
votes
1 answer

Extracting Atom from webpages/blogs

I am trying to parse atom feeds from a webpage. But the third line shows error and when I tried to fix this "it shows an option :"configure build path". How can I fix it?I tried to fix it but it's not get fixed.Please help me to fix this URL…
Rose
  • 61
  • 10
-1
votes
1 answer

Atom/RSS feed reading doesn't show all nodes [Found-and-Closed]

I have the following RSS feed. When I parse this feed using Feedzira, Simple-rss and by RSS Parser one by one, I faced similar problem that for item nodes in this RSS, It is just showing title and description, but skipping url and id nodes.
Taimoor Changaiz
  • 10,250
  • 4
  • 49
  • 53
-1
votes
1 answer

For Feedzirra, should I be using ID/GUID or Etag/Last modified

I am very frustrated in determining how to implement Feedzirra. I have two options working. Which one should I implement? I have the Railscast #168 Feed Parsing example working. It uses entry.id based on ID, GUID, or URL depending upon which is…
Richard_G
  • 4,700
  • 3
  • 42
  • 78
-1
votes
2 answers

Converting RSS feed to Atom via Feedburner for existing blog

I have an RSS based blog that I now want to convert to Atom. Feedburner can change the output format in one click. Will my existing subscribers notice any change on the reader side? (other than taking advantage of the extra atom functionality)
citronic
  • 9,868
  • 14
  • 51
  • 74
-1
votes
1 answer

Missing xmlns namespace attribute for 'feed' element in ATOM with ASP.Net Web API

I am developing a ASP.Net Web API project. There is a requirement to return a ATOM feed on changes to resources in the application. I have the feed all working but for some reason my feed element is omitting the 'xmlns' element which describes the…
JTech
  • 3,420
  • 7
  • 44
  • 51
-1
votes
1 answer

FOMUnsupportedTextTypeException - Remove type="Text/Html" attribute from Atom feed

I am having trouble getting entries from parsed Atom Feed. I am getting these feed from web service. Thing is Code work absolutely fine in my local server but when I deploy it on my dev box I am getting FOMUnsupportedTextTypeException…
-1
votes
1 answer

Retrieve XML element with id using java

I have a xml retrieved from seedlist service like this.
-1
votes
1 answer

Which content type should i use for xml sitemap? And which one for rss and atom feed?

Should i use application/xml or text/xml or some other content-type? I'm trying to figure out which one must be for rss and atom feed and which one for a xml sitemap. I have googled this already but some sites have one and others another.
WQC
  • 41
  • 1
  • 6
-1
votes
1 answer

Restructure XML File using XSLT or PHP script

I have an iphone app which parses standard rss feeds and displays it on a table. However I have been given a feed from a client but the parser in the app cannot pickup the nodes and parse the data as it is not a standard rss feed. The layout they…
user1417302
  • 411
  • 3
  • 9
  • 22
-2
votes
1 answer

Making RSS/ATOM feed in html/css/java/ruby

I am trying to integrate an Atom or Rss feed with a ground-up site I am working on. We are coding in html, css and java. I have read other places that there are people trying to get certain aspects sorted out, or using plugins. How would I go…
-3
votes
1 answer

What is Atom XML?

I am working in ODATA Service in .net. I heard that the ODATA service returns both ATOM XML and JSON. I am not sure about ATOM XML. Can someone please explain what ATOM XML is with an example?
user1301587
  • 455
  • 4
  • 11
  • 23
-4
votes
2 answers

Re-escape characters in an XML file

Consider the following XML structure (in this case, its an RSS feed)
keanu_reeves
  • 350
  • 1
  • 12
1 2 3
45
46