Questions tagged [argotic]
9 questions
6
votes
4 answers
Check if a URL is a valid Feed
I'm using Argotic Syndication Framework for processing feeds.
But the problem is, if I pass a URL to Argotic, which is not a valid feed (for example, http://stackoverflow.com which is a html page, not feed), the program hangs (I mean, Argotic stays…

Mahdi Ghiasi
- 14,873
- 19
- 71
- 119
5
votes
2 answers
Argotic Syndication Framework v. System.ServiceModel.Syndication
I'm investigating the Argotic Syndication Framework, and I'm pretty impressed so far. However, a lot of the current implementation--at least for RSS and Atom--seem pretty comparable to System.ServiceModel.Syndication. Does anyone have any opinions…
user29439
4
votes
2 answers
Argotic Syndication Framework
Does anyone know of any tutorials for this framework?
Whats the opinion on the use of this for extracting data from an RSS Feed?
Good or bad?

Goober
- 13,146
- 50
- 126
- 195
3
votes
1 answer
how to write argotic.feed.save result into memory stream?
I want to write Argotic to memorystream and then return it as a string to another function.
and this is what I've written :
Stream st = new MemoryStream();
Feed.Save(st); //argotic Save method has the ability to write into…

Vahid Hashemi
- 5,182
- 10
- 58
- 88
2
votes
2 answers
How do I handle similar objects with different properties?
I'm building an RSS client and using the Argotic framework. It provides different classes for different kinds of feeds like Atom, RSS, and OPML. These classes don't inherit from any other class and they don't implement a common interface for…

Pete
- 10,651
- 9
- 52
- 74
1
vote
0 answers
Argotic and YahooMediaSyndacationExtension problem (url encoded)
I'm using the Argotic syndacation framework to write an RSS feed, and I've found a strange behaviour, that may be a bug.
I want to add, trough the YahooMediaSyndicationExtension, a tag to link a 200 pixel miniature of a certain…

tanathos
- 5,566
- 4
- 34
- 46
0
votes
1 answer
C# Library for Publishing and Consuming ActivityStrea.ms?
I was just wondering if there was a C# client library for publishing & consuming ActivityStrea.ms feeds.
As far as I know, the Argotic framework is extensible and can be made to read ActivityStrea.ms, but I was hoping to find a more…

Brian Chavez
- 8,048
- 5
- 54
- 47
0
votes
2 answers
XMLException when processing RSS
I've been trying to process RSS feeds using Argotic for my newsreader application. For most of them it works fine, but on some feed (like this) it breaks with the following:
Additional information: For security reasons DTD is prohibited in this
…

Dániel Barta
- 1,034
- 7
- 13
0
votes
1 answer
Argotic Syndication framework
Is it me or is the documentation for the argotic framework API impossible to find..?
The source is available so surely the documented API should be ..
Anybody know where this is?
Thanks alot,

van
- 9,159
- 19
- 60
- 93