RE: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Jayesh Viradiya
://www.google.com; Thanks Jayesh Viradiya Adobe CF Team -Original Message- From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] Sent: Sunday, September 16, 2007 7:25 PM To: CF-Talk Subject: RE: Cffeed - creating RSS Feeds and guid Hi Nathan C. Smith Could you please isolate the code which throws

RE: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Nathan C. Smith
. -Nate -Original Message- From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] Sent: Sunday, September 16, 2007 9:25 PM To: CF-Talk Subject: RE: Cffeed - creating RSS Feeds and guid Hi Nathan C. Smith Could you please isolate the code which throws the Null Pointer exception

Re: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Raymond Camden
. -Nate -Original Message- From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] Sent: Sunday, September 16, 2007 9:25 PM To: CF-Talk Subject: RE: Cffeed - creating RSS Feeds and guid Hi Nathan C. Smith Could you please isolate the code which throws the Null Pointer exception

Re: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Raymond Camden
].guid.isPermaLink=YES/NO(anyone) cfset myStruct.item[i].guid.value = http://www.google.com; Thanks Jayesh Viradiya Adobe CF Team -Original Message- From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] Sent: Sunday, September 16, 2007 7:25 PM To: CF-Talk Subject: RE: Cffeed - creating RSS

Re: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Raymond Camden
Viradiya [mailto:[EMAIL PROTECTED] Sent: Sunday, September 16, 2007 9:25 PM To: CF-Talk Subject: RE: Cffeed - creating RSS Feeds and guid Hi Nathan C. Smith Could you please isolate the code which throws the Null Pointer exception and post it here or send it to me

RE: Cffeed - creating RSS Feeds and guid

2007-09-17 Thread Jayesh Viradiya
: Monday, September 17, 2007 3:18 PM To: CF-Talk Subject: Re: Cffeed - creating RSS Feeds and guid I've confirmed that what you say is right Jayesh - guid works when you create the feed via struct. So can you confirm if the following statement is correct: When creating a feed via a query, you should

Re: Cffeed - creating RSS Feeds and guid

2007-09-16 Thread Raymond Camden
I found it. If you look in the CFML 8 Reference, page 191, there is a giant table that lists all of the query columns and what they mean. If you find ID, you will see that it means GUID for RSS 2. I specified ID for my test and it worked fine, I got a GUID in my feed. (But note I tested with a

RE: Cffeed - creating RSS Feeds and guid

2007-09-16 Thread Jayesh Viradiya
Hi Nathan C. Smith Could you please isolate the code which throws the Null Pointer exception and post it here or send it to me at [EMAIL PROTECTED] for us to be able to reproduce it in order to investigate it. Thank you Jayesh Viradiya Adobe CF Team

Re: Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Raymond Camden
Don't feel too bad. The docs for CFFEED leave a _lot_ out. This blog article is a good example: http://www.coldfusionjedi.com/index.cfm/2007/8/22/Metadata-properties-for-CFFEED So as to your problem, I looked here: http://feedvalidator.org/docs/rss2.html#ltguidgtSubelementOfLtitemgt and I see

RE: Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Nathan C. Smith
-Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 5:13 PM To: CF-Talk Subject: Re: Cffeed - creating RSS Feeds and guid Don't feel too bad. The docs for CFFEED leave a _lot_ out. This blog article is a good example: http

RE: Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Nathan C. Smith
I believe href will then be used for the value. If not, try link perhaps. If I work backwards and read a feed into cffeed there is a linkhref in the guid struct. I'm pretty sure I tried that one going the other direction though. -Nate