Hi Eduardo, I see a problem in your feed that I think is the culprit. I know the RSS.Net.dll has some issues with parsing some date/time formats. If you look at the feeds for the other bloggers, you will notice the date field is called pubDate and the data is in GMT and the author field is called author like this:
<author>[EMAIL PROTECTED]</author> <pubDate>Thu, 06 Oct 2005 23:24:26 GMT</pubDate> while your feed is like this: <dc:date>2005-10-06T16:54:42-06:00</dc:date> <dc:creator>enzo</dc:creator> I know a long time ago when they first added my feed it did not work either so I fixed it to convert my time to GMT and that worked. Hope it helps, Joe --- enzo - Eduardo Garcia <[EMAIL PROTECTED]> wrote: > Hi joe. > > thanks for your response, but when im put a rss feed > fromo Ben Mauer how > this file: > > <BloggerCollection> > <Blogger Name="Ben Maurer" > RssUrl="http://feeds.feedburner.com/bmaurer" > IrcNick="BenM" > Head="benm-face.png"/> > <Blogger Name="enzo - Eduardo Garcia" > RssUrl="http://www.enzolutions.com/mono/rss.xml" > IrcNick="enzo" > Head="enzo.png"/> > </BloggerCollection> > > monologue work and add my profile in team blogger > but dont read my post, > you can see the result in > http://www.openbss.org/monologue > > monologue can read my configuracion but dont read my > post. > > for this reason i want check sources of RSS.NET.DLL > but dont found when > are this sources. > > > cu. > > enzo > Eduardo Garcia. > > > Joe Audette wrote: > > > > > > >><BloggerCollection> > >> <Blogger Name="Christian Castillo" > >>RssUrl="http://christianmce.blogspot.com/atom.xml" > > >>IrcNick="MonoChristian" /> > >> <Blogger Name="enzo - Eduardo Garcia" > >>RssUrl="http://www.enzolutions.com/mono/rss.xml" > >>IrcNick="enzo" > >>Head="enzo.png"/> > >></BloggerCollection> > >> > >> > > > >Could it be because you are using an atom feed > instead > >of an rss feed for the first Blogger? > > > >joe_audette [at] yahoo dotcom > >http://www.joeaudette.com > >http://www.mojoportal.com > > > > > > > > joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
