↧
Answer by Julien Genestoux for Parsing rss feed. Some fields undefined
You can check the whole "schema" of the response given by Google using this gist.You'll see that each entry has the following items:titlelinkauthorpublishedDatecontentSnippetcontentcategoriesSo,...
View ArticleParsing rss feed. Some fields undefined
I am attempting to parse this rss feed - http://www.spiegel.de/international/germany/index.rssI am using the following code to parse it: $.ajax({ url : document.location.protocol...
View Article