Uri with Spaces Causes "Unknown Error (400)" in iTunes 10.5.1

One fix is to modify Argotic.Core/Syndication/Rss/RssEnclosure.cs: in function public void WriteTo(XmlWriter writer) change writer.WriteAttributeString("url", this.Url != null ? this.Url.ToStrin...

Id #21855 | Release: None | Updated: Dec 2 2011 at 12:25 AM by boyan | Created: Dec 2 2011 at 12:25 AM by boyan

Platform & Implementation dependent (unit test) code ToString, GetHashCode

All ToString methods where XmlWriterSettings class is used will produce different strings on Windows, Mac and Linux (because of different newline sequences) GetHashCode overrides implemented as thi...

Id #21058 | Release: None | Updated: Jul 1 2011 at 12:11 PM by Trickster | Created: Jul 1 2011 at 12:11 PM by Trickster

RFC3339(Atom) Parsing Problems

Please post problem strings in comments

Id #21034 | Release: None | Updated: Jun 27 2011 at 9:11 PM by Trickster | Created: Jun 27 2011 at 9:11 PM by Trickster

RFC822(RSS) Parsing problems

Please post problem strings in comments

Id #21033 | Release: None | Updated: Jun 27 2011 at 9:10 PM by Trickster | Created: Jun 27 2011 at 9:10 PM by Trickster

CompareTo bug

There a serious bug in the pattern used for CompareTo throughout the project. Using (and simplying) GeoCoding as an example, the CompareTo looks like this: int result = A.Latitu...

Id #18405 | Release: None | Updated: Jun 28 2011 at 2:06 AM by Trickster | Created: Aug 5 2010 at 8:57 PM by JamesCurran

Added RDF Event Module

I've added an extension for the "RDF Site Summary 1.0 Modules: Event" Specification. http://web.resource.org/rss/1.0/modules/event/ It's should go into \Argotic\Microsoft .NET 3.5\Argotic.Extens...

Id #18307 | Release: None | Updated: Jul 27 2010 at 11:47 AM by JamesCurran | Created: Jul 27 2010 at 11:47 AM by JamesCurran

Unable to consume MSDN news feed

The feeds started with "п»ї<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" ". Feed was downloaded 12/27/2009. And the XmlException throws on this line: XPathDocument docume...

Id #15619 | Release: None | Updated: Dec 26 2009 at 8:52 PM by Trickster | Created: Dec 26 2009 at 8:49 PM by Trickster

Error in DateTime parsing... specific case scenario with explanation

Hello. I know this is not the first post about datetime parsing, but I have a specific case that I think should be considered. The RSSFeed (v2.0) is the following: http://www.nokia.pt/lv1web/publi...

Id #13186 | Release: None | Updated: Nov 8 2010 at 5:22 AM by thest | Created: May 7 2009 at 4:11 PM by alexandre_fs

Implemenation help!!!

I have a sharepoint webpart that requires my consuming an RSS feed from various sites with standard rss feeds and .rdf. Argotic looks like the perfect solution however when I bring all the files ...

Id #12584 | Release: None | Updated: Aug 10 2009 at 3:29 PM by Typocolder | Created: Feb 10 2009 at 5:35 PM by darrellbnyc

Rfc822 date parsing returns DateTimeKind.Unspecified

The following test fails because ParseRfc822DateTime returns a DateTime with Kind = Unspecified. I was able to fix it by using DateTimeStyles.AssumeUniversal in SyndicationDateTimeUtility line 329...

Id #11652 | Release: Argotic Syndication Framework 2008.1.0.0 | Updated: Aug 10 2009 at 3:29 PM by Typocolder | Created: Nov 18 2008 at 8:55 PM by ryansmith