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/
>
>
>