Search the web
Sign In
New User? Sign Up
syndirella · Syndirella Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
GUID element support   Message List  
Reply | Forward Message #365 of 479 |
Re: [syndirella] GUID element support

Hello Jeremy,

Wednesday, July 2, 2003, 10:34:40 AM, you wrote:

JD> There's been a bunch of flaming bits being hurled regarding a
JD> "clarification" of the RSS specs:

JD> http://www.intertwingly.net/blog/1494.html

JD> Anyway, some folks are using <GUID> instead of <LINK> for permalinks
JD> now.

JD> I haven't updated my codebase in a while... Is anyone working on
JD> supporting <GUID>?

Note that Syndirella has supported using GUIDs as permalinks for a
very long time (unless someone already broke that, of course). Note
the following code in NewsItem.cs:

public string PermaLink
{
get {
if (fGUID != null && fGUID.Length > 0 && fGUIDIsPermalink)
return fGUID;
else if (fLink != null && fLink.Length > 0)
return fLink;
else
return "";
}
}

...and the related parsing code in RSSFeed.cs.

--
Best regards,
Dmitry mailto:yole@...




Wed Jul 2, 2003 8:44 pm

yole2k2
Offline Offline
Send Email Send Email

Forward
Message #365 of 479 |
Expand Messages Author Sort by Date

There's been a bunch of flaming bits being hurled regarding a "clarification" of the RSS specs: http://www.intertwingly.net/blog/1494.html Anyway, some folks...
Jeremy Dunck
ralinon
Offline Send Email
Jul 2, 2003
6:22 am

Hello Jeremy, Wednesday, July 2, 2003, 10:34:40 AM, you wrote: JD> There's been a bunch of flaming bits being hurled regarding a JD> "clarification" of the RSS...
Dmitry Jemerov
yole2k2
Offline Send Email
Jul 2, 2003
8:44 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help