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...
Show off your group to the world. Share a photo of your group with us.

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
Re: Digest Number 83   Message List  
Reply | Forward Message #366 of 479 |
Sorry... I didn't run samples through the code, and just spot-checked
the parsing bits. I guess I missed the pertinent part.


> -----Original Message-----
> From: syndirella@yahoogroups.com [mailto:syndirella@yahoogroups.com]
> Sent: Thursday, July 03, 2003 3:01 AM
> To: syndirella@yahoogroups.com
> Subject: [syndirella] Digest Number 83
>
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~--> Save up to $400 on all notebooks.
> Get the notebook you want with all the features at a price
> you love. Price after rebates and savings
> http://us.click.yahoo.com/gx2HjB/wwSGAA/ySSFAA/b7EolB/TM
> --------------------------------------------------------------
> -------~->
>
> To unsubscribe from this group, send an email to:
> syndirella-unsubscribe@yahoogroups.com
>
>
> --------------------------------------------------------------
> ----------
>
> There is 1 message in this issue.
>
> Topics in this digest:
>
> 1. Re: GUID element support
> From: Dmitry Jemerov <yole@...>
>
>
> ______________________________________________________________
> __________
> ______________________________________________________________
> __________
>
> Message: 1
> Date: Thu, 3 Jul 2003 00:44:04 +0400
> From: Dmitry Jemerov <yole@...>
> Subject: Re: 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@...
>
>
>
> ______________________________________________________________
> __________
> ______________________________________________________________
> __________
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
>




Fri Jul 4, 2003 2:00 am

ralinon
Offline Offline
Send Email Send Email

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

Sorry... I didn't run samples through the code, and just spot-checked the parsing bits. I guess I missed the pertinent part....
Jeremy Dunck
ralinon
Offline Send Email
Jul 4, 2003
1:48 am
Advanced

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