RSS related question
-
If I'm coding an RSS reader in C#, what's the method by which I can tell whether or not this specific item in this feed is new or not? There are no ID tags in the Item XML element in the feed. How can I tell whether or not the user has already downloaded this item? Sammy "A good friend, is like a good book: the inside is better than the cover..."
-
If I'm coding an RSS reader in C#, what's the method by which I can tell whether or not this specific item in this feed is new or not? There are no ID tags in the Item XML element in the feed. How can I tell whether or not the user has already downloaded this item? Sammy "A good friend, is like a good book: the inside is better than the cover..."
Most of the RSS feeds have a guid element (under the item tag). If it's not available, you're out of luck, you can probably make do with the value in the link tag. Regards Senthil _____________________________ My Blog | My Articles | WinMacro