AdAve
06-01-2006, 09:44 PM
Hi Again Folks,
I have what I hope is a quick question for you.
I am working with the Yahoo News Feed where you can supply a
search term that will create an RSS feed (like the one listed for the link below)
http://news.search.yahoo.com/news/rss?p=Marathon&ei=UTF-8&fl=0&x=wrt
However, if you supply a term that has no results (like this one below)
http://news.search.yahoo.com/news/rss?p=ppppppp&ei=UTF-8&fl=0&x=wrt
another element is added named incremental that appears as follows
<incremental xmlns="http://purl.org/syndication/history/1.0">false</incremental>
I want to be able to put an if...then statement that will output something
that would read that no records were found for the search results, but
I can't even seem to read the value of "incremental".
Anyone have any ideas?
Thanks
I have what I hope is a quick question for you.
I am working with the Yahoo News Feed where you can supply a
search term that will create an RSS feed (like the one listed for the link below)
http://news.search.yahoo.com/news/rss?p=Marathon&ei=UTF-8&fl=0&x=wrt
However, if you supply a term that has no results (like this one below)
http://news.search.yahoo.com/news/rss?p=ppppppp&ei=UTF-8&fl=0&x=wrt
another element is added named incremental that appears as follows
<incremental xmlns="http://purl.org/syndication/history/1.0">false</incremental>
I want to be able to put an if...then statement that will output something
that would read that no records were found for the search results, but
I can't even seem to read the value of "incremental".
Anyone have any ideas?
Thanks