RE: RSS Issue

2008-10-29 Thread Steve LaBadie
AM To: cf-talk Subject: Re: RSS Issue I just ran the following code without any problems (got a dump of your newsfeed): http://www4.esu.edu/news.xml";) /> As I said though, you need to be using CF7 or above for this to work. Dominic 2008/10/29 Steve LaBadie <[EMAIL PROTECTED]&

Re: RSS Issue

2008-10-29 Thread Dominic Watson
I just ran the following code without any problems (got a dump of your newsfeed): http://www4.esu.edu/news.xml";) /> As I said though, you need to be using CF7 or above for this to work. Dominic 2008/10/29 Steve LaBadie <[EMAIL PROTECTED]>: > Dominic, > > If I remove the cfhttp the page errors

RE: RSS Issue

2008-10-29 Thread Steve LaBadie
PROTECTED] Sent: Wednesday, October 29, 2008 9:04 AM To: cf-talk Subject: RE: RSS Issue Does it eventually return something? Network issues maybe? Remember the cfhttp call is coming from the CF server, not your machine. It returns straight away for me. Adrian Building a database of ColdFusion

RE: RSS Issue

2008-10-29 Thread Adrian Lynch
October 2008 12:56 To: cf-talk Subject: RE: RSS Issue Yes, still very slow Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu [EMAIL PROTECTED] -Original Message- From: Adrian Lynch Sent: Wednesday, October

RE: RSS Issue

2008-10-29 Thread Steve LaBadie
Subject: RE: RSS Issue Comment out everything but the RSS code. Does it still run slowly? Adrian -Original Message- From: Steve LaBadie Sent: 29 October 2008 12:41 To: cf-talk Subject: RE: RSS Issue Adrian, Honestly I don't know. I have cfincludes on the page for the header, foote

RE: RSS Issue

2008-10-29 Thread Adrian Lynch
Comment out everything but the RSS code. Does it still run slowly? Adrian -Original Message- From: Steve LaBadie Sent: 29 October 2008 12:41 To: cf-talk Subject: RE: RSS Issue Adrian, Honestly I don't know. I have cfincludes on the page for the header, footer and left navigation

RE: RSS Issue

2008-10-29 Thread Steve LaBadie
sburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu [EMAIL PROTECTED] -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 8:37 AM To: cf-talk Subject: RE: RSS Issue Your original code works for me. Is

RE: RSS Issue

2008-10-29 Thread Adrian Lynch
Your original code works for me. Is there anything else going on in the page that might be causing the problem? Adrian Building a database of ColdFusion errors at http://cferror.org/ -Original Message- From: Steve LaBadie Sent: 29 October 2008 12:25 To: cf-talk Subject: RE: RSS Issue

RE: RSS Issue

2008-10-29 Thread Steve LaBadie
- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2008 3:57 PM To: cf-talk Subject: Re: RSS Issue cfhttp is not neccessary here if you are using CF7 or above. Either... http://www4.esu.edu/news.xml";) /> HTH Dominic 2008/10/28 Steve LaBadie <[EMAIL PROTECTED

Re: RSS Issue

2008-10-28 Thread Dominic Watson
cfhttp is not neccessary here if you are using CF7 or above. Either... http://www4.esu.edu/news.xml";) /> ...or.. http://www4.esu.edu/news.xml"; query="qry_feed" /> CFFEED is CF8+ only: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_f_01.html HTH Dominic 2008/10/28 St

RSS Issue

2008-10-28 Thread Steve LaBadie
I am pulling an RSS feed to my page using this code: http://www4.esu.edu/news.xml"; method="get"> #objRSS.rss.channel.item[i].title.xmltext# #objRSS.rss.channel.item[i].description.xmltext# | more all news >>  If I use the closing tag I get an error stating FILEC