-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I used to have a blog based on Wordpress and moved to one based on Jekyll. I can create a new feed in Jekyll by building an atom page in XML with a bit of Liquid code, like this
The trouble is, the location of the new feed is http://carlboettiger.info/atom.xml, while the old feed from the wordpress…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have built an ADO.net data services to expose data in a SQL server database as XML.
What I want to be able to do is create a feed reader for this ATOM feed in .net or may be a user control which subscribes to this URI based ATOM Feed from ADO.net data service & publishes the latest information…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to adda RSS feed of gas prices based on location to my application.
I google for RSS feed for gas prices and bumped onto Motortrend's gas price feed
http://www.motortrend.com/widgetrss/gas-
The feed seems to be fine, but the price value seem to be depcited in alphatbets as below
Chevron…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the following PHP code to generate the XML for an RSS feed, but it doesn't seem to be working correctly. No short description is displayed in the feed reader, all I see is the title of the article. Also, all of the articles say they were published at the same time. This is the first…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I feel a bit stupid asking this question, but I don't know how I can access the ID field of an entry when using ROME to parse an Atom feed.
ROME provides it's own meta level of feeds/items, i.e. SyndFeed and SyndEntry. Being an abstraction over RSS and ATOM they only contain elements both formats…
>>> More