RSS Guid Field

Can anyone give me a hint on the syntax for adding a guid field while using RSS::Maker? I've found a way to add it with a regular expression, but I cannot seem to figure out the interface to do it properly.

James Edward Gray II

Hi,

In <6791A787-6B59-4BB5-A009-6E575475D443@grayproductions.net>
  "RSS Guid Field" on Fri, 28 Jul 2006 08:07:04 +0900,

···

James Edward Gray II <james@grayproductions.net> wrote:

Can anyone give me a hint on the syntax for adding a guid field while
using RSS::Maker? I've found a way to add it with a regular
expression, but I cannot seem to figure out the interface to do it
properly.

What are you saying about /rss/channel/item/guid? If so, the
followings might help you:

  http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser%3A%3AReference.en
  http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser%3A%3AReference.en#item.2eguid
  http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser%3A%3AReference.en#item.2eguid_2

Thanks,
--
kou

Setting the guid only works in RSS 2.0? Does that mean it's not valid in RSS 1.0?

James Edward Gray II

···

On Jul 30, 2006, at 4:20 AM, Kouhei Sutou wrote:

Hi,

In <6791A787-6B59-4BB5-A009-6E575475D443@grayproductions.net>
  "RSS Guid Field" on Fri, 28 Jul 2006 08:07:04 +0900,
  James Edward Gray II <james@grayproductions.net> wrote:

Can anyone give me a hint on the syntax for adding a guid field while
using RSS::Maker? I've found a way to add it with a regular
expression, but I cannot seem to figure out the interface to do it
properly.

What are you saying about /rss/channel/item/guid? If so, the
followings might help you:

  http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser%3A%3AReference.en
  http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser%3A%3AReference.en#item.2eguid
  http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser%3A%3AReference.en#item.2eguid_2

Hi,

···

2006/8/1, James Edward Gray II <james@grayproductions.net>:

Setting the guid only works in RSS 2.0? Does that mean it's not
valid in RSS 1.0?

Yes.
The reason why I can't find any specification of RSS 1.0 with guid.

Thanks,
--
kou

You helped me fix my script. Thank you very much.

James Edward Gray II

···

On Jul 31, 2006, at 8:37 PM, Kouhei Sutou wrote:

Hi,

2006/8/1, James Edward Gray II <james@grayproductions.net>:

Setting the guid only works in RSS 2.0? Does that mean it's not
valid in RSS 1.0?

Yes.
The reason why I can't find any specification of RSS 1.0 with guid.