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 G. II

Hi,

In [email protected]
“RSS Guid Field” on Fri, 28 Jul 2006 08:07:04 +0900,
James Edward G. II [email protected] 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,

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

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

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

James Edward G. II

Hi,

2006/8/1, James Edward G. II [email protected]:

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,

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

Hi,

2006/8/1, James Edward G. II [email protected]:

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.

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

James Edward G. II