Quantcast
Channel: Active questions tagged atom-feed+rss+parsing - Stack Overflow
Browsing latest articles
Browse All 13 View Live

Best way to parse RSS/Atom feeds with PHP [closed]

I'm currently using Magpie RSS but it sometimes falls over when the RSS or Atom feed isn't well formed. Are there any other options for parsing RSS and Atom feeds with PHP?

View Article



RSS/Atom parsing library for .Net

I'm trying to find a library that can read a given RSS/Atom feed, and that can guess its format and abstract it as a list of items. The idea is to build a simple RSS reader that could take any feed. I...

View Article

Most Important Elements inside a RSS/Atom feed

We're building an "on-demand" feed parsing service (http://superfeedr.com) that developers can plug directly into their own applications. Instead of building your own feed parsing module, and spending...

View Article

Rails library to process an RSS/ATOM feed?

What's a good solution to parse an RSS/ATOM feed and present the content in a Rails view?

View Article

Sax parsing and encoding

I have a contact that is experiencing trouble with SAX when parsing RSS and Atom files. According to him, it's as if text coming from the Item elements is truncated at an apostrophe or sometimes an...

View Article


What RSS parser should I use in PHP?

I am searching an RSS parser written in PHP. The problem is not that I cannot find one. The problem is that there are too many and it's hard to decide which one to use (especially when I have no...

View Article

Parse ATOM in Ruby with custom namespaces

I'm trying to read this ATOM Feed (http://ffffound.com/feed), but I'm unable to get to any of the values which are defined as part of the namespace e.g. media:content and media:thumbnail. Do I need to...

View Article

Android fast rss/atom parsing

I'm looking for a fast way to parse an RSS and Atom feed (the source changes periodically). I tried different approach: Writing my own parser: I made a very fast one using SAX Problem: Most of the...

View Article


Need Only New and Updated Entries from ATOM, RSS

Is there an ATOM Client or framework that enables capture of a feed entry EXACTLY once? If not, what is the best architecture? We would like to parse an ATOM feed, persisting all syndication feed...

View Article


How to use SAXParse to parse atom feed with java

I use the SAXParser to parse RSS feed that was prepared for iTunes podcast. It doesn't want work with these tags. If I remove all marked tags it will work. The mainly task to get info from item tags...

View Article

javascript getElementsByTagName exclude certain tags

In my project I'm trying to parse rss & atom feeds. I target each feed's link with this: var feedLink = source.getElementsByTagName('link')[0]; Some feeds start directly with...

View Article

Image may be NSFW.
Clik here to view.

Can't fetch all text when parse from google alerts

I already made an Android RSS Feed App from Google Alerts Source. After I compiled and running only showing about half article or can't fetch all text from one source but not crash. From...

View Article

Find a value by substring in a nested dictionary

Just to give my problem a context: I am writing a Django webapp that includes several applications. One of them is used to display articles from RSS feeds. For now, I was only displaying the link,...

View Article

Browsing latest articles
Browse All 13 View Live




Latest Images