<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Argotic Syndication Framework</title><link>http://www.codeplex.com/Argotic/Project/ProjectRss.aspx</link><description>A powerful and extensible .NET web content syndication framework for RSS, Atom, OPML, APML, BlogML, RSD and more. The Argotic Syndication Framework is a Microsoft .NET class library framework that ...</description><item><title>New Post: Does Argotic have a role in intra-application comms?</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=32093</link><description>&lt;div style="line-height: normal;"&gt;Hi all,&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Short version&lt;/strong&gt;:&amp;nbsp; if I want to use Argotic fully within my application, does the data have to go &amp;quot;out of process&amp;quot;?&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Long version:&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
I'm designing a .Net desktop application that allows users to maintain an application-area specific diary.&amp;nbsp; I'm going to be using Atom with application-area extensions for the data storage format.&amp;nbsp;&amp;nbsp; It had been my intention to use a .Net DOM manager to maintain the diary as single large object (feed).&amp;nbsp;&amp;nbsp; With the feed size (~200 entries) and entry change frequency (one every two minutes or so), I think DOM item management (CRUD) would be fine.&lt;br&gt;
&lt;br&gt;
Since reading about Argotic, however, I've started to realise that there may be future benefits in decoupling the data storage.&amp;nbsp; By using Atom APP it may become an option to let a web-server based process manage the data, or to let the client view data from a number of separate diary feeds.&amp;nbsp; If I did expand in this way in the future, then Argotic would be the natural solution.&amp;nbsp; But, do the newsgroup readers think it would introduce an unnecessary performance burden when everything is running locally?&amp;nbsp; It would be unfortunate if the UI component has to send the data &amp;quot;out of process&amp;quot; on it's way to the Argotic component.&lt;br&gt;
&lt;br&gt;
I'd appreciate any related thoughts.&lt;br&gt;
&lt;br&gt;
cheers,&lt;br&gt;
Ian&lt;br&gt;
&lt;/div&gt;</description><author>IanMayo</author><pubDate>Wed, 23 Jul 2008 15:21:01 GMT</pubDate><guid isPermaLink="false">New Post: Does Argotic have a role in intra-application comms? 20080723032101P</guid></item><item><title>New Post: Updating a feed</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=31710</link><description>&lt;div style="line-height: normal;"&gt;I tried setting the httpRequest.IfModifiedSince property to the previously cached lastmodified date taken from the source but it does not make a difference. &lt;br&gt;
The http response code is set to 200 OK and the entire content is returned back, instead of a partial update.&lt;br&gt;
&lt;br&gt;
So far I have simply tested it on the google news rss feed at http://news.google.co.uk/nwshp?hl=en&amp;amp;tab=wn&amp;amp;output=rss&lt;br&gt;
&lt;br&gt;
I have looked at the links which you've posted but also found this one http://nick.typepad.com/blog/2004/09/rss_bandwidth_c.html&lt;br&gt;
&lt;br&gt;
The most important section is this:&lt;br&gt;
&lt;br&gt;
&amp;quot;Almost all aggregators store the date/time that a feed was last updated, and they pass this to the HTTP server via the &lt;code&gt;If-Modified-Since&lt;/code&gt; HTTP &lt;br&gt;
header the next time they request the feed.&lt;br&gt;
&lt;br&gt;
If the feed hasn't changed since that date/time, the server returns an HTTP &lt;a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5"&gt;status code 304&lt;/a&gt; to let the aggregator know the feed hasn't changed.&amp;quot;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>skateboardp</author><pubDate>Wed, 23 Jul 2008 12:10:28 GMT</pubDate><guid isPermaLink="false">New Post: Updating a feed 20080723121028P</guid></item><item><title>Commented Issue: ITunesSyndicationExtension generater itunes:image tag incorrectly</title><link>http://www.codeplex.com/Argotic/WorkItem/View.aspx?WorkItemId=10626</link><description>The extension ITunesSyndicationExtension generates&amp;#58; &amp;#60;itunes&amp;#58;image&lt;br /&gt;Comments: ** Comment from web user: Oppositional ** &lt;p&gt;Thank you for the detailed information,fix has been checked in.&lt;/p&gt;</description><author>Oppositional</author><pubDate>Wed, 23 Jul 2008 01:38:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: ITunesSyndicationExtension generater itunes:image tag incorrectly 20080723013818A</guid></item><item><title>Source code checked in, #20597</title><link>http://www.codeplex.com/Argotic/SourceControl/ListDownloadableCommits.aspx</link><description>Implemented fix for issue 10626</description><author>Oppositional</author><pubDate>Wed, 23 Jul 2008 01:37:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20597 20080723013739A</guid></item><item><title>Commented Issue: ITunesSyndicationExtension generater itunes:image tag incorrectly</title><link>http://www.codeplex.com/Argotic/WorkItem/View.aspx?WorkItemId=10626</link><description>The extension ITunesSyndicationExtension generates&amp;#58; &amp;#60;itunes&amp;#58;image&lt;br /&gt;Comments: ** Comment from web user: dulfe ** &lt;p&gt;Replacing the line &amp;#35;428 in &amp;#8221;ITunesSyndicationExtensionContext.cs&amp;#8221;&amp;#58;&lt;/p&gt;&lt;p&gt;writer.WriteElementString&amp;#40;&amp;#34;image&amp;#34;, xmlNamespace, this.Image.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;with&amp;#58;&lt;/p&gt;&lt;p&gt;writer.WriteStartElement&amp;#40;&amp;#34;image&amp;#34;, xmlNamespace&amp;#41;&amp;#59;&lt;br /&gt;writer.WriteAttributeString&amp;#40;&amp;#34;href&amp;#34;, this.Image.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;writer.WriteEndElement&amp;#40;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;Fixes it&amp;#8230; but I do not know if this is the best to do it according to the framework programming guides&amp;#8230; but at least it works until the &amp;#8220;official fix&amp;#8221; gets public.&lt;br /&gt;&lt;/p&gt;</description><author>dulfe</author><pubDate>Thu, 17 Jul 2008 20:42:05 GMT</pubDate><guid isPermaLink="false">Commented Issue: ITunesSyndicationExtension generater itunes:image tag incorrectly 20080717084205P</guid></item><item><title>Commented Issue: ITunesSyndicationExtension generater itunes:image tag incorrectly</title><link>http://www.codeplex.com/Argotic/WorkItem/View.aspx?WorkItemId=10626</link><description>The extension ITunesSyndicationExtension generates&amp;#58; &amp;#60;itunes&amp;#58;image&lt;br /&gt;Comments: ** Comment from web user: dulfe ** &lt;p&gt;The extension ITunesSyndicationExtension generates&amp;#58; &lt;br /&gt;&amp;#60;itunes&amp;#58;image&amp;#62;http&amp;#58;&amp;#47;&amp;#47;images.cafepress.com&amp;#47;product&amp;#47;33230492v6_240x240_Front.jpg&amp;#60;&amp;#47;itunes&amp;#58;image&amp;#62; &lt;br /&gt;instead of &lt;br /&gt;&amp;#60;itunes&amp;#58;image href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;images.cafepress.com&amp;#47;product&amp;#47;33230492v6_240x240_Front.jpg&amp;#34; &amp;#47;&amp;#62;             &lt;br /&gt;The work item http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;Argotic&amp;#47;WorkItem&amp;#47;View.aspx&amp;#63;WorkItemId&amp;#61;9767 indicates that this was fixed on the 2008.0.0.0 release&amp;#8230; but I am using the version 2008.0.2.0 and the problem still exists.&lt;br /&gt;&lt;/p&gt;</description><author>dulfe</author><pubDate>Thu, 17 Jul 2008 18:46:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: ITunesSyndicationExtension generater itunes:image tag incorrectly 20080717064626P</guid></item><item><title>Created Issue: ITunesSyndicationExtension generater itunes:image tag incorrectly</title><link>http://www.codeplex.com/Argotic/WorkItem/View.aspx?WorkItemId=10626</link><description>The extension ITunesSyndicationExtension generates&amp;#58; &amp;#60;itunes&amp;#58;image&lt;br /&gt;</description><author>dulfe</author><pubDate>Thu, 17 Jul 2008 18:42:47 GMT</pubDate><guid isPermaLink="false">Created Issue: ITunesSyndicationExtension generater itunes:image tag incorrectly 20080717064247P</guid></item><item><title>New Post: Updating a feed</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=31710</link><description>&lt;div style="line-height: normal;"&gt;Per&amp;nbsp;&lt;a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25"&gt;http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25&lt;/a&gt;, it appears that technically you should be able to send just the cached value of the&amp;nbsp;Last-Modified header and get back a 304 status indicating the resource has not been modified.&lt;br&gt;
&lt;br&gt;
Most guidelines I have seen recommend sending both the&amp;nbsp;If-Modified-Since and ETag headers, as I believe it covers both HTTP 1.0 and HTTP 1.1 scenarios.&lt;br&gt;
&lt;br&gt;
I will look into modifying the ConditionalGet method to support performing a conditional GET using only a&amp;nbsp;the&amp;nbsp;Last-Modified header value cached froma previous request.&lt;br&gt;
&lt;br&gt;
You may want to review&amp;nbsp;&lt;a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19"&gt;http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25"&gt;http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25&lt;/a&gt;&amp;nbsp;to learn how to perform conditional GEToperations in your application in&amp;nbsp;the interim.
&lt;/div&gt;</description><author>Oppositional</author><pubDate>Thu, 17 Jul 2008 14:37:05 GMT</pubDate><guid isPermaLink="false">New Post: Updating a feed 20080717023705P</guid></item><item><title>New Post: Updating a feed</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=31710</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br&gt;
&lt;br&gt;
I have been using the &lt;em&gt;ConditionalGet&lt;/em&gt; function in the SyndicationDiscoveryUtility class and that works fine for updating a feed.&lt;br&gt;
However, sometimes the eTag is not present meaning that the &lt;em&gt;ConditionalGet&lt;/em&gt; function will not work as it takes this as a parameter.&lt;br&gt;
&lt;br&gt;
Is there another way to do a partial update, I don't want to re-download the entire feed again as it wastes bandwidth. &lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
&lt;/div&gt;</description><author>skateboardp</author><pubDate>Thu, 17 Jul 2008 10:43:01 GMT</pubDate><guid isPermaLink="false">New Post: Updating a feed 20080717104301A</guid></item><item><title>Patch Uploaded: #1531</title><link>http://www.codeplex.com/Argotic/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/Roosmaa'&gt;Roosmaa&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Add Resource property for GenericItem class. It&amp;#39;s like the GenericFeed Resource property but for the item the GenericItem is abstracting.&lt;br /&gt;The main reason why this is useful is because else it is pretty hard to find the specific item in the feed that the GenericItem is referring to.&lt;/p&gt;</description><author>Roosmaa</author><pubDate>Wed, 16 Jul 2008 22:27:02 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #1531 20080716102702P</guid></item><item><title>New Post: Need user feedback on future changes to the framework</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=31674</link><description>&lt;div style="line-height: normal;"&gt;Sometime in mid-2009, I am considering making some major changes to the framework. These changes are driven by a desire to simplify the framework physical architecture and reduce the cost of maintaining the source code and make utilizing the new features provided by&amp;nbsp;the .NET 3.5/3.5 SP1&amp;nbsp;framework easier to adopt. &lt;span style="text-decoration:underline"&gt;The timeline for making these changes, as well as what will be changed will be driven by user feedback, so please reply with comments, ideas, opinions, etc.&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;&lt;span style="text-decoration:underline"&gt;Refactor Physical Assemblies&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/strong&gt;
&lt;ol&gt;
    &lt;li&gt;I am considering merging the current&amp;nbsp;&lt;em&gt;Argotic.Common.dll&lt;/em&gt;, &lt;em&gt;Argotic.Core.dll&lt;/em&gt;&amp;nbsp;and &lt;em&gt;Argotic.Extensions.dll&lt;/em&gt; assemblies into a single&amp;nbsp;&lt;em&gt;Argotic.dll&lt;/em&gt;&amp;nbsp;assembly.
    &lt;ol&gt;
        &lt;li&gt;The ASP.NET, WCF and&amp;nbsp;HTTP&amp;nbsp;specific features would still reside in&amp;nbsp;the&amp;nbsp;&lt;em&gt;Argotic.Web.dll&lt;/em&gt;&amp;nbsp;assembly.&lt;/li&gt;
    &lt;/ol&gt;
    &lt;/li&gt;
    &lt;li&gt;The various classes, interfaces, and enumerations would still be logically segmented using the current namespaces.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline"&gt;Migration Away From .NET 2.0 Targeted Assemblies&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Currently the Argotic framework provides a consistent API across either .NET 2.0 or .NET 3.5 to support a wide audience.&lt;/li&gt;
    &lt;li&gt;Providing a uniform API on both .NET 2.0 and .NET 3.5 limits what can be done (or at least increases the complexity) on the .NET 3.5 targeted assemblies.&lt;/li&gt;
    &lt;li&gt;The availability of .NET 3.5 through hosted web&amp;nbsp;providers will continue to increase, making the need for a .NET 2.0 specific implementation less necessary.&lt;/li&gt;
    &lt;li&gt;Moving to&amp;nbsp;only targeting&amp;nbsp;the&amp;nbsp;.NET 3.5 framework greatly reduces the maintenance and&amp;nbsp;testing costs while allowing Argotic to provide a richer set of features.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If someone volunteers to focus on maintaining the .NET 2.0 targeted assemblies while I begin to focus on the .NET 3.5 side of things, that would be ideal, but so far outside contributors to this project has been erratic for the most part. I need to research the general availability of .NET 3.5 through hosted providers to determine how quickly the current technology stack landscape is moving towards general support of the&amp;nbsp;.NET 3.5 framework.&lt;br&gt;
&lt;br&gt;
If you use the Argotic Syndication Framework, I highly encourage you to reply, as I would like to consider the feedback from users before embarking on any major changes. It would also be nice to just know how many projects utilize this framework, so if you just want to reply with the project name and/or&amp;nbsp;contact details&amp;nbsp;that would be appreciated.&lt;/p&gt;
&lt;/div&gt;</description><author>Oppositional</author><pubDate>Wed, 16 Jul 2008 20:38:46 GMT</pubDate><guid isPermaLink="false">New Post: Need user feedback on future changes to the framework 20080716083846P</guid></item><item><title>New Post: RssFeed.Create(): hexadecimal value 0x1F, is an invalid character</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=13327</link><description>&lt;div style="line-height: normal;"&gt;Solving the pre-processing of invalid hexadecimal characters prior to an XmlReader/XPathNavigator involves processing the feed content using a StreamReader, which in turn requires the use of the proper Encoding. The framework utilizes the explicitly specified character encoding in the settings, and if not present will do an inspection of the 'encoding' attribute of the xml declaration and use the value of that attribute to determine the encoding to use.&lt;br&gt;
&lt;br&gt;
Please mail me a few sample feed file or links to feeds you are having an issue with and I will work on solving this problem, I am beginning to think I need to reconsider how I am attempting to provide feeed data source safety, as it is the likely root of this character encoding issue.&lt;br&gt;
&lt;br&gt;
Thanks for bringing this to my attention.
&lt;/div&gt;</description><author>Oppositional</author><pubDate>Wed, 16 Jul 2008 14:21:17 GMT</pubDate><guid isPermaLink="false">New Post: RssFeed.Create(): hexadecimal value 0x1F, is an invalid character 20080716022117P</guid></item><item><title>New Post: Accents are converted to "??"</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=16298</link><description>&lt;div style="line-height: normal;"&gt;Thank you for the repley.&lt;br&gt;
I have done your solution and put the CharacterEncoding to default (unicode give an error).&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim settings As New SyndicationResourceLoadSettings&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; settings.CharacterEncoding = System.Text.Encoding.Default&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim feed As New Argotic.Syndication.RssFeed&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; feed = Argotic.Syndication.RssFeed.Create(New Uri(rssItem.Hyperlink), settings)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
This resolve the rectangle and ? character convertion problem.&lt;br&gt;
But now we got problems with other characters like é that's been translated to Ã© and ë to Ã«&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?John Mayer wijst huwelijksaanzoek af?&amp;nbsp; (before)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ’John Mayer wijst huwelijksaanzoek af’&amp;nbsp;&amp;nbsp; (after)&lt;br&gt;
&lt;br&gt;
example:&amp;nbsp;&amp;nbsp; Meintjes café nog één keer open&amp;nbsp;&amp;nbsp;&amp;nbsp; (this is before we applied the solution with the settings)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Meintjes cafÃ© nog Ã©Ã©n keer open&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (this is with the settings to defaul characterEncoding)&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oud België&amp;nbsp;&amp;nbsp;&amp;nbsp; (before)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oud BelgiÃ«&amp;nbsp; (after)&lt;br&gt;
&lt;br&gt;
Is there a way that the character encoding can be autodetected and the feed been read in that encoding. Because we have a verry large number of feeds (arround the 1500) it's difficult to get everything good with the same setting.&lt;br&gt;
&lt;/div&gt;</description><author>JanInformatica</author><pubDate>Wed, 16 Jul 2008 07:41:25 GMT</pubDate><guid isPermaLink="false">New Post: Accents are converted to "??" 20080716074125A</guid></item><item><title>New Post: RssFeed.Create(): hexadecimal value 0x1F, is an invalid character</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=13327</link><description>&lt;div style="line-height: normal;"&gt;Thank you for the repley.&lt;br&gt;
I have done your solution and put the CharacterEncoding to default (unicode give an error).&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim settings As New SyndicationResourceLoadSettings&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; settings.CharacterEncoding = System.Text.Encoding.Default&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim feed As New Argotic.Syndication.RssFeed&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; feed = Argotic.Syndication.RssFeed.Create(New Uri(rssItem.Hyperlink), settings)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
This resolve the rectangle and ? character convertion problem.&lt;br&gt;
But now we got problems with other characters like é that's been translated to Ã© and ë to Ã«&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?John Mayer wijst huwelijksaanzoek af?&amp;nbsp; (before)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ’John Mayer wijst huwelijksaanzoek af’&amp;nbsp;&amp;nbsp; (after)&lt;br&gt;
&lt;br&gt;
example:&amp;nbsp;&amp;nbsp; Meintjes café nog één keer open&amp;nbsp;&amp;nbsp;&amp;nbsp; (this is before we applied the solution with the settings)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Meintjes cafÃ© nog Ã©Ã©n keer open&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (this is with the settings to defaul characterEncoding)&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oud België&amp;nbsp;&amp;nbsp;&amp;nbsp; (before)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oud BelgiÃ«&amp;nbsp; (after)&lt;br&gt;
&lt;br&gt;
Is there a way that the character encoding can be autodetected and the
feed been read in that encoding?&lt;br&gt;
Because we have a verry large number
of feeds (arround the 1500) it's difficult to get everything good with
the same setting.&lt;br&gt;
&lt;/div&gt;</description><author>JanInformatica</author><pubDate>Wed, 16 Jul 2008 07:40:51 GMT</pubDate><guid isPermaLink="false">New Post: RssFeed.Create(): hexadecimal value 0x1F, is an invalid character 20080716074051A</guid></item><item><title>Source code checked in, #19946</title><link>http://www.codeplex.com/Argotic/SourceControl/ListDownloadableCommits.aspx</link><description>Implemented WebContentType class to provide generic representation of HTTP Content-Type header values for use in AtomPub.</description><author>Oppositional</author><pubDate>Wed, 16 Jul 2008 00:30:04 GMT</pubDate><guid isPermaLink="false">Source code checked in, #19946 20080716123004A</guid></item><item><title>Source code checked in, #19884</title><link>http://www.codeplex.com/Argotic/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>Oppositional</author><pubDate>Tue, 15 Jul 2008 12:37:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #19884 20080715123745P</guid></item><item><title>New Post: Converting GenericSyndicationFeed</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=31412</link><description>&lt;div style="line-height: normal;"&gt;Thanks&lt;br&gt;
&lt;br&gt;
Alex
&lt;/div&gt;</description><author>AlexanderZeitler</author><pubDate>Mon, 14 Jul 2008 11:52:04 GMT</pubDate><guid isPermaLink="false">New Post: Converting GenericSyndicationFeed 20080714115204A</guid></item><item><title>New Post: Converting GenericSyndicationFeed</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=31412</link><description>&lt;div style="line-height: normal;"&gt;See &lt;a title="How to use the GenericSyndicationFeed class" href="http://www.codeplex.com/Argotic/Wiki/View.aspx?title=Format agnostic consumption of syndication feeds&amp;referringTitle=Home"&gt;Format agnostic consumption of syndication feeds&lt;/a&gt; in the wiki documentation for more details and code examples. The GenericSyndicationFeed class provides a format agnostic view of a
syndication resource but exposes the actual representation via the
Resource and Format properties.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>Oppositional</author><pubDate>Sun, 13 Jul 2008 21:08:31 GMT</pubDate><guid isPermaLink="false">New Post: Converting GenericSyndicationFeed 20080713090831P</guid></item><item><title>New Post: Converting GenericSyndicationFeed</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=31412</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
is there a simple way to convert a GenericSyndicationFeed into a RssFeed or AtomFeed?&lt;br&gt;
&lt;br&gt;
Alex&lt;br&gt;
&lt;/div&gt;</description><author>AlexanderZeitler</author><pubDate>Sun, 13 Jul 2008 20:37:23 GMT</pubDate><guid isPermaLink="false">New Post: Converting GenericSyndicationFeed 20080713083723P</guid></item><item><title>New Post: RSS Header Info</title><link>http://www.codeplex.com/Argotic/Thread/View.aspx?ThreadId=31205</link><description>&lt;div style="line-height: normal;"&gt;Hi, I've managed to bind the data to a repeater and also display the content in a webpage. I still think that having some sort of example code&lt;br&gt;
up will be a good idea for others who may have similar problems.&lt;br&gt;
&lt;/div&gt;</description><author>skateboardp</author><pubDate>Sat, 12 Jul 2008 19:08:15 GMT</pubDate><guid isPermaLink="false">New Post: RSS Header Info 20080712070815P</guid></item></channel></rss>