Re: Using caching for a RSS feed

2014-10-10 Thread Dave Watts
> > I added a basic cache so that the server running ColdFusion 9 reaches out to > the server hosting Wordpress site every 2 minutes > > 1. If 10(or 1000) people visit the webpage in an hour, where the above code > exists, will it connect to the server hosting Wordpress site every 2

Re: Not able to read a RSS feed from a WordPress website

2014-09-28 Thread Chris h
>That was my original suggestion was to check the firewall of the receiving >server :-) I agree Robert, but I told them to check and they responded there was nothing in the firewall blocking that IP address. I appreciate your assistance and time with this thread. ~

RE: Not able to read a RSS feed from a WordPress website

2014-09-28 Thread Robert Harrison
That was my original suggestion was to check the firewall of the receiving server :-) -Original Message- From: Ben [mailto:b...@webworldinc.com] Sent: Friday, September 26, 2014 6:55 PM To: cf-talk Subject: Re: Not able to read a RSS feed from a WordPress website Ah. Good call! I&#

Re: Not able to read a RSS feed from a WordPress website

2014-09-26 Thread Ben
Ah. Good call! I'm surprised they had them. Ben > On Sep 26, 2014, at 3:39 PM, Chris h wrote: > > >> Wow. How in hell did you figure that out? >> >> Ben >> > > Hi Ben, > > I asked for the firewall logs of the server running WordPress and saw that > the IP address of server running Cold

Re: Not able to read a RSS feed from a WordPress website

2014-09-26 Thread Chris h
>Wow. How in hell did you figure that out? > >Ben > Hi Ben, I asked for the firewall logs of the server running WordPress and saw that the IP address of server running ColdFusion was blocked. ~| Order the Adobe Coldfusion Ant

Using caching for a RSS feed

2014-09-26 Thread Chris h
Hi All, Below is the code which is being used for reading a RSS feed from a Wordpress(WP) site running Wordpress 3.9.1

Re: Not able to read a RSS feed from a WordPress website

2014-09-26 Thread Ben
Wow. How in hell did you figure that out? Ben > On Sep 26, 2014, at 10:34 AM, Chris h wrote: > > > Hi Dave, > > The server hosting WordPress was blocking the IP address of server running > ColdFusion because it was seeing too much traffic for the news feeds from the > server running ColdFu

Re: Not able to read a RSS feed from a WordPress website

2014-09-26 Thread Chris h
Hi Dave, The server hosting WordPress was blocking the IP address of server running ColdFusion because it was seeing too much traffic for the news feeds from the server running ColdFusion. I just wish the hosting company which was running WordPress had told me this before. I appreciate all yo

Re: Not able to read a RSS feed from a WordPress website

2014-09-22 Thread Dave Watts
> > This is no longer a programming issue, though. It has nothing to do > > with reading and displaying the RSS feeds at this point. Instead, it > > has to do with fixing the connectivity problem between the two > > machines. > > > > People on a mailing list are not going to be able to help you do

Re: Not able to read a RSS feed from a WordPress website

2014-09-22 Thread Chris h
Thanks Dave. > > This is no longer a programming issue, though. It has nothing to do > with reading and displaying the RSS feeds at this point. Instead, it > has to do with fixing the connectivity problem between the two > machines. > > People on a mailing list are not going to be able to help y

Re: Not able to read a RSS feed from a WordPress website

2014-09-11 Thread Dave Watts
> Hosting company B says we are not blocking the website your CF server is > trying to read. They say all > is well with the machine running CF server. We went with a hosting company > because network engineers > in our organization did not have time for such > things. Reading the RSS feeds and

Re: Not able to read a RSS feed from a WordPress website

2014-09-11 Thread Chris h
Thanks Robert, > but don't think they(hostingcompanyA) would block a particular IP > address(server running CF which belongs to hosting company B) > > Yes, they would if they detected something funny coming your server... > like a bunch of pings or form bots or something... for that matter a

RE: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Robert Harrison
> but don't think they(hostingcompanyA) would block a particular IP > address(server running CF which belongs to hosting company B) Yes, they would if they detected something funny coming your server... like a bunch of pings or form bots or something... for that matter a bunch of unexpected re

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Robert, > > Just to clarify: from the machine running CF, if you use a browser, > > > can you get to the site correctly? > > No, I cannot access the site from the machine running CF. > > It's possible the issue is not on your side. It could be on the side > of the site you are trying

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Dave, > OK, this is good! This means it's not a CF problem. > But - and now I'm being completely serious - the server admin should > be able to diagnose the problem preventing the server that he manages > from connecting to this other server. This is clearly not a CF > problem. > > This

RE: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Robert Harrison
> Just to clarify: from the machine running CF, if you use a browser, > can you get to the site correctly? No, I cannot access the site from the machine running CF. It's possible the issue is not on your side. It could be on the side of the site you are trying to read from. You can't display

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Dave Watts
>> Just to clarify: from the machine running CF, if you use a browser, >> can you get to the site correctly? > > No, I cannot access the site from the machine running CF. OK, this is good! This means it's not a CF problem. >> If the server admin can't tell you why a machine he or she manages >>

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
> > > > If I use a browser, I can see the feeds. Using a feed reader in > > > > Google Chrome browser, I can notice the feeds load correctly. > > > > > > Are you using a browser from the machine running CF? > > > > No, the machine running CF cannot access the website. I get a > message that the r

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Russ, >you need to do some basic tests, which your server admin should have >already done. >for a start ping the domain from the cf server, does this work and do you >get the right IP, if not then it is a dns issue. >make sure that someone has not created an entry in the local hosts file.

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Dave, > Just to clarify: from the machine running CF, if you use a browser, > can you get to the site correctly? No, I cannot access the site from the machine running CF. > If the server admin can't tell you why a machine he or she manages > can't get to a remote server, you need to re

Re: Not able to read a RSS feed from a WordPress website

2014-09-09 Thread Russ Michaels
you need to do some basic tests, which your server admin should have already done. for a start ping the domain from the cf server, does this work and do you get the right IP, if not then it is a dns issue. make sure that someone has not created an entry in the local hosts file. On Wed, Sep 10,

Re: Not able to read a RSS feed from a WordPress website

2014-09-09 Thread Dave Watts
> > > If I use a browser, I can see the feeds. Using a feed reader in > > > Google Chrome browser, I can notice the feeds load correctly. > > > > Are you using a browser from the machine running CF? > > No, the machine running CF cannot access the website. I get a message that > the request timed

Re: Not able to read a RSS feed from a WordPress website

2014-09-09 Thread Chris h
... > > > > 1. What could have caused a working WordPress RSS feed which was > parsed correctly by ColdFusion > > till last week to stop suddenly? > > > > 2. How can I resolve the issue? > > Looks like the CF server can't connect to that host on that port. &g

Re: Not able to read a RSS feed from a WordPress website

2014-09-08 Thread Dave Watts
> ... > > 1. What could have caused a working WordPress RSS feed which was parsed > correctly by ColdFusion > till last week to stop suddenly? > > 2. How can I resolve the issue? Looks like the CF server can't connect to that host on that port. This could be all kinds of t

Not able to read a RSS feed from a WordPress website

2014-09-08 Thread Chris h
Hi All, Below is the code which was working fine till yesterday for reading a RSS feed from a Wordpress site running Wordpress 3.9.1

Re: parsing rss feed in Coldfusion

2012-12-05 Thread fun and learning
Thanks for the reply. It was happening because the feed has '& ', in some of the entries. I am just using replace function to replace it with 'and ' > I think it might be a white space problem. Ben Nadel wrote a helpful > blog about it sometime ago http://www.bennadel. com/blog/1206-Conten> t-

Re: parsing rss feed in Coldfusion

2012-12-04 Thread Raymond Camden
Um, any reason why you aren't using CFFEED? On Tue, Dec 4, 2012 at 3:51 PM, Matt Quackenbush wrote: > > Try trim() on objGet.FileContent to fix the "prolog" error. As for the &, > it sounds like you're consuming a bad feed. Not sure what to tell you > there. > > > On Tue, Dec 4, 2012 at 3:43 PM

Re: parsing rss feed in Coldfusion

2012-12-04 Thread Matt Quackenbush
Try trim() on objGet.FileContent to fix the "prolog" error. As for the &, it sounds like you're consuming a bad feed. Not sure what to tell you there. On Tue, Dec 4, 2012 at 3:43 PM, fun and learning wrote: > > Hi All - > > I am trying to parse a wordpress feed in Coldfusion. Below is the code

Re: parsing rss feed in Coldfusion

2012-12-04 Thread Matthew
I think it might be a white space problem. Ben Nadel wrote a helpful blog about it sometime ago http://www.bennadel.com/blog/1206-Content-Is-Not-Allowed-In-Prolog-ColdFusion-XML-And-The-Byte-Order-Mark-BOM-.htm Matt Sent from my iPhone On 4 Dec 2012, at 21:45, fun and learning wrote: > > H

parsing rss feed in Coldfusion

2012-12-04 Thread fun and learning
Hi All - I am trying to parse a wordpress feed in Coldfusion. Below is the code I have. http://test.com/feed/"; result="objGet"> The result dump works fine The problem is when parsing the XML. I get this error An error occured while Parsing an XML document. The entity name must immediatel

parsing rss feed in Coldfusion

2012-12-04 Thread fun and learning
Hi All - I am trying to parse a wordpress feed in Coldfusion. Below is the code I have. http://test.com/feed/"; result="objGet"> The result dump works fine The problem is when parsing the XML. I get this error An error occured while Parsing an XML document. The entity name must immediatel

re: Using CFHTTP to grab a Google News RSS feed

2009-09-14 Thread Jason Fisher
That path works fine for me, output with Looks like the same content entries I get if I just point my browser directly to http://news.google.com/?q=hippos&output=rss Can your web server resolve the DNS for news.google.com? ~~~

Using CFHTTP to grab a Google News RSS feed

2009-09-14 Thread Jonathan Jacobs
Hi, I have a function that has loon worked just fine and recently stopped. It hangs when it tries to access news.google.com using CFHTTP. Does anyone know if something changed at google to cause this problem. My code to grab the fee is as follows. http://news.google.com/?q=hippos&output=rs

Re: RSS Feed

2007-09-10 Thread Wil Genovese
Try this place. I use it all the type to validate my RSS. http://feedvalidator.org -- Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. C Broan wrote: > Thanks to everyone how replied to this thread. I ap

Re: RSS Feed

2007-09-10 Thread C Broan
Thanks to everyone how replied to this thread. I appreciate the advice. One last question: Where can I find information about how to format the RSS XML file? Thanks again. CWB - Pinpoint customers who are looking for what you sell.

Re: RSS feed

2007-09-08 Thread AJ Mercer
I have used this one - did the job nicely for me http://rssville.riaforge.org/ Regards Andrew On 9/9/07, C Broan <[EMAIL PROTECTED]> wrote: > > Hello > > I have a client that want me to add an RSS feed to their site. They > want to push out their press releases

Re: RSS Feed

2007-09-08 Thread Jerry Johnson
It is that simple, hence the name Really Simple Syndication. (And don't anyone correct me with the older names "... Site Summary", cause I don't care! lol!) That should be all there is to it, but you may want to add a link on the web page as well, for those with older browsers or news readers.

RE: RSS Feed

2007-09-08 Thread C Broan
Thaks everyone for the replies. Jerry, you are correct, I know nothing of RSS. The data would not change often, they only do a couple of press releases every month. So, it sounds like all I need to do is to put that tag in the which will point to an xml file that I programmatic

Re: RSS feed

2007-09-08 Thread Jerry Johnson
en, a dynamic file might be a better bet. This pulls the data and rebuilds the rss page every time it is requested, and is always fresh. Your dynamic rss file can be called pressReleaseRss.cfm (and yet return an rss feed), or if you want to get trickier (and you have control over your environment)

Re: RSS feed

2007-09-08 Thread Casey Dougall
On 9/8/07, C Broan <[EMAIL PROTECTED]> wrote: > > Hello > > I have a client that want me to add an RSS feed to their site. They > want to push out their press releases to their subscribers. Would someone > here point me toward where I can learn how to do this? M

Re: RSS feed

2007-09-08 Thread James Holmes
lo > > I have a client that want me to add an RSS feed to their site. They want > to push out their press releases to their subscribers. Would someone here > point me toward where I can learn how to do this? Maybe there is a UDF or > custom tag out there that would help me

RSS feed

2007-09-08 Thread C Broan
Hello I have a client that want me to add an RSS feed to their site. They want to push out their press releases to their subscribers. Would someone here point me toward where I can learn how to do this? Maybe there is a UDF or custom tag out there that would help me? Or perhaps a

Re: Scrape pages from RSS Feed

2007-08-15 Thread Claude Schneegans
>>I want to go through this XML file and parse out some of the details The best tool for parsing about anything is CF_REextract: http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm -- ___ REUSE CODE! Use custom tags; See http://www.content

Re: Scrape pages from RSS Feed

2007-08-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
aha, NE 68154 >http://www.cfwebtools.com >402-408-3733 x103 > > >Anyone every come across an article that describes how to scrape links from >an >RSS Feed and then scrape just the text of a story from that link? > >Thanks ~

RE: Scrape pages from RSS Feed

2007-08-15 Thread Dave Francis
Not exactly a cf tag, but you'll need a bit of xpath. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 2:42 PM To: CF-Talk Subject: Re: Scrape pages from RSS Feed Ok Found it. It was one of Ray Camden's

Re: Scrape pages from RSS Feed

2007-08-15 Thread Josh Nathanson
> Now that I've got this XML feed written to a file on my filesystem, I want > to > go through this XML file and parse out some of the details and maybe > insert some of the data into a db table. What are some of the cf tags that > would help me do this? cffile="read" to read it into a variable

Re: Scrape pages from RSS Feed

2007-08-15 Thread Raymond Camden
http://cfrss.riaforge.org/ Also - CFFEED in CF8. -- === Raymond Camden, Camden Media Email: [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.c

RE: Scrape pages from RSS Feed

2007-08-15 Thread Jake Churchill
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 11:57 AM To: CF-Talk Subject: Scrape pages from RSS Feed Anyone every come across an article that describes how to scrape links from an RSS Feed and then scrape just the text of a story from that link? T

Scrape pages from RSS Feed

2007-08-15 Thread coldfusion . developer
Anyone every come across an article that describes how to scrape links from an RSS Feed and then scrape just the text of a story from that link? Thanks ~| Get involved in the latest ColdFusion discussions, product development

Re: output RSS feed CF 5

2007-06-01 Thread Charlie Griefer
ull off in MX. Do > you know of a quick reference to an MX solution? Thanks again for your help. > > -Original Message- > From: Charlie Griefer [mailto:[EMAIL PROTECTED] > Sent: Friday, June 01, 2007 6:22 PM > To: CF-Talk > Subject: Re: output RSS feed CF 5 > > pre-MX

RE: output RSS feed CF 5

2007-06-01 Thread Paul Henderson
EMAIL PROTECTED] Sent: Friday, June 01, 2007 6:22 PM To: CF-Talk Subject: Re: output RSS feed CF 5 pre-MX i think most people used a custom tag called soxml from site objects. since MX has these capabilities built in, the tag is no longer maintained. you might be able to find a copy via google. sorry

Re: output RSS feed CF 5

2007-06-01 Thread Charlie Griefer
ROTECTED]> wrote: > This seems like a simple enough task but I've been searching google and > haven't found anything that works yet. Can anyone point me to an example of > how to output a rss feed such as google news on a cfm page using cf 5.0

output RSS feed CF 5

2007-06-01 Thread Paul Henderson
This seems like a simple enough task but I've been searching google and haven't found anything that works yet. Can anyone point me to an example of how to output a rss feed such as google news on a cfm page using cf 5.0? Thank y

Re: Secure RSS Feed

2007-02-16 Thread Jochem van Dieten
Hamish Charles said: > > Creating an RSS feed with CF is not tricky. However I am struggling > to understand is how to create a secure RSS feed. I already have a > secure password protected website with the usernames and passwords > stored in a SQL database. > > From what I u

Secure RSS Feed

2007-02-16 Thread Hamish Charles
Hi, Creating an RSS feed with CF is not tricky. However I am struggling to understand is how to create a secure RSS feed. I already have a secure password protected website with the usernames and passwords stored in a SQL database. >From what I understand you need to use basic authenticat

Question on password-protected RSS feed

2006-11-06 Thread Jerry Johnson
Can I use coldfusion to protect and generate a password-protected rss feed? Hopefully using an existing cookie rather than http authentication in IIS? What rss readers support/don't support this option? How about ie 7 rss reader? If not, is there a way to "fake" authenticati

RE: Rss feed issue

2006-04-24 Thread Eric J. Hoffman
. -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 2:13 PM To: CF-Talk Subject: Re: Rss feed issue Not sure what to tell you. I usually get null pointer exceptions when the constructor for a custom java class

Re: Rss feed issue

2006-04-24 Thread Rob Wilkerson
Another thought might be that the descriptions (titles, too) within the feed do not appear to be in a CDATA block. If there are invalid characters in there then that might affect how the XML is processed. Just a thought. ~| Mess

Re: Rss feed issue

2006-04-24 Thread Rob Wilkerson
Not sure what to tell you. I usually get null pointer exceptions when the constructor for a custom java class fails. My first thought would be that something changed in the feed definition XML and maybe it's throwing off the selected items. Clearly something changed between the time it worked an

RE: Rss feed issue

2006-04-24 Thread Eric J. Hoffman
e-mail transmission. If verification is required please request a hard-copy version. -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 11:09 AM To: CF-Talk Subject: Re: Rss feed issue You didn't

Re: Rss feed issue

2006-04-24 Thread Rob Wilkerson
You didn't give us much to work with. Looks like the problem is inside your component. The feed URL seems to work okay. On 4/24/06, Eric J. Hoffman <[EMAIL PROTECTED]> wrote: > All our news feeds were working earlier today, and suddenly they went > kaput. The feeds are up if I go directly to th

Rss feed issue

2006-04-24 Thread Eric J. Hoffman
All our news feeds were working earlier today, and suddenly they went kaput. The feeds are up if I go directly to them. Cfcatch just tells me: java.lang.NullPointerException Here's the code...but I can't figure out what the next step is http://p.moreover.com/cgi-local/page?c=GMO%20news&o=

Re: rss feed

2005-12-03 Thread James Holmes
I want our What's New in > > the College to be an rss feed. I thought that was through making an > > xml file. > -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com/ ~|

Re: rss feed

2005-12-02 Thread daniel kessler
;s New in > the College to be an rss feed. I thought that was through making an > xml file. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/b

Re: rss feed

2005-12-02 Thread daniel kessler
thing that an rss reader could use. I want our What's New in the College to be an rss feed. I thought that was through making an xml file. ~| Find out how CFTicket can increase your company's custome

Re: rss feed

2005-12-02 Thread Deanna Schneider
xml > document. > Now the way that I understand an rss feed is that I produce an xml file on > the server and a link that goes to it. > Can I make that file on the server using cfheader? I've given it a shot > but it's not working. Right now it displays on the page rathe th

Re: rss feed

2005-12-02 Thread daniel kessler
Alright, using your sample code, I seem to have produced a viable xml document. Now the way that I understand an rss feed is that I produce an xml file on the server and a link that goes to it. Can I make that file on the server using cfheader? I've given it a shot but it's not worki

Re: rss feed

2005-11-15 Thread daniel kessler
>I wasn't trying to get you an XML document, just to show you that you had >stuff in the wrong order. ok, that's why I was asking. I wasn't sure. I'm surprised that I have to actually generate xml to not receive an error, but that's fine. I'll try that in the morning. thanks! ~~

Re: rss feed

2005-11-15 Thread Deanna Schneider
I wasn't trying to get you an XML document, just to show you that you had stuff in the wrong order. The idea of cfsavecontent is that you can generate a bunch of stuff. In your case, you're generating it from a query. But, I could just as easily do this: This is my header All the above is doing

Re: rss feed

2005-11-15 Thread Marlon Moyer
Daniel, To debug it, change text/xml to text/plain. In the #header# change it to #retrieve_xml# The errors you're receiving right now are because the browser is expecting a nicely formatted xml packet. I'm not sure what you've got #header# set to right now, but it's probably not valid xml. On

Re: rss feed

2005-11-15 Thread daniel kessler
I did find a way to get myself another error (that sounds more promising): error on line 1 at column 10: Comment must not contain '--' (double-hyphen) I used this: SELECT header FROM whats_new #header# #header# ~| Find

Re: rss feed

2005-11-15 Thread daniel kessler
I pasted that in directly as-is and received the same error: error on line 1 at column 1: Document is empty I tested that it has a recordset. Is it empty cause I'm not exporting formatted xml? I suppose not. Also, I noticed that the cfoutput is there twice in that code. Is that intended? Als

Re: rss feed

2005-11-15 Thread Deanna Schneider
SELECT header FROM whats_new #header# #header# On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote: > > I get an error. I did: > > > SELECT header FROM whats_new > > > > > > > > #header# > > > > and I get the error: > error on line 1 at column 1: Extra content at the end of th

Re: rss feed

2005-11-15 Thread daniel kessler
I get an error. I did: SELECT header FROM whats_new #header# and I get the error: error on line 1 at column 1: Extra content at the end of the document Not sure what it means. I'm not generating xml yet cause I figured that I'd try something simple first. Th

Re: rss feed

2005-11-15 Thread Marlon Moyer
e cfscript syntax is confusing, you can always do: #feed# The trick is to make sure that CF doesn't generate whitespace at the top of your rss feed. That will usually kill a service that consumes your rss feed. That's what the cfsetting enablecfoutputonly=true at the top does. Only things w

Re: rss feed

2005-11-15 Thread Ryan Guill
You should take a look at the rss.cfm template out of ray's blogcfc. It should get you where you are trying to go. If you dont have rays cfc and dont want to download it, send me an email off list and ill attach you a copy of it. On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote: > > > > >

Re: rss feed

2005-11-15 Thread daniel kessler
> > > > >writeoutput("stuff you want to output"); ok I'm having trouble with this. I don't know how to use the database information within cfscript. I can't use . I tried a FOR loop, using ECMA but that didn't seem to work. Just not sure where to go from here. Also, it doesn't seem to ask

Re: rss feed

2005-11-14 Thread Marlon Moyer
Nope, just insert your processing code as shown below and you should be fine. On 11/14/05, daniel kessler <[EMAIL PROTECTED]> wrote: > Since this is CFContent, I can only have the xml to export on the page, right? > Currently I do other things on that page too and wasn't sure how to handle > it,

Re: rss feed

2005-11-14 Thread daniel kessler
Since this is CFContent, I can only have the xml to export on the page, right? Currently I do other things on that page too and wasn't sure how to handle it, so that's why I looked at CFFile at all. CFContent has worked for me in the past otherwise. >I've used this in the past for exporting o

Re: rss feed

2005-11-14 Thread daniel kessler
Since this is CFContent, I can only have the xml to export on the page, right? Currently I do other things on that page too and wasn't sure how to handle it, so that's why I looked at CFFile at all. CFContent has worked for me in the past otherwise. >I've used this in the past for exporting o

RE: rss feed

2005-11-14 Thread Dawson, Michael
I just use: mailto:[EMAIL PROTECTED] Sent: Monday, November 14, 2005 11:37 AM To: CF-Talk Subject: Re: rss feed I've used this in the past for exporting only the information wanted and no whitespace: writeoutput("stuff you want to output"); On 11/14/05, daniel kessler &l

Re: rss feed

2005-11-14 Thread Marlon Moyer
I've used this in the past for exporting only the information wanted and no whitespace: writeoutput("stuff you want to output"); On 11/14/05, daniel kessler <[EMAIL PROTECTED]> wrote: > I'm creating an RSS feed from our What's New database table. >

rss feed

2005-11-14 Thread daniel kessler
I'm creating an RSS feed from our What's New database table. I've had problems using CFContent because there must not be any other content on the page. What I really want to do is after a SQL UPDATE or INSERT is create the RSS xml file. Should I use CFContent or CFFile in this

Re: RSS feed with a node like this itms:artist

2004-12-17 Thread Jake .
>I'll give that a try and play with it. At least it's just an >implementation thing, I can get by that with some elbow grease. Are you using RSS from the Now Playing iTunes plugin? (I'm guess since that's the only place I've see this format). If so, email me off list and I'll send you the sideba

Re: RSS feed with a node like this itms:artist

2004-12-17 Thread John Wilker
I'll give that a try and play with it. At least it's just an implementation thing, I can get by that with some elbow grease. :) Thanks! On Fri, 17 Dec 2004 07:46:12 -, Nick de Voil <[EMAIL PROTECTED]> wrote: > John > > > For the most part it validates. The lines that don't pass muster are >

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread Nick de Voil
John > For the most part it validates. The lines that don't pass muster are > date elements. > > Here's the link in case anyone wants to take a look. Thanks a lot. > > http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wpa/MRSS/topsongs/sf=143441/limit=15/rss.xml?partnerId=30&LS_PARAM

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread John Wilker
; Back to google for info on RSS/namespace > > > > Thanks > > > > > > On Thu, 16 Dec 2004 17:20:02 -, Nick de Voil <[EMAIL PROTECTED]> wrote: > > > > I'm trying to parse an RSS feed and I'm at a loss as to what to do > > >

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread Douglas Knudsen
s before. > > Back to google for info on RSS/namespace > > Thanks > > > On Thu, 16 Dec 2004 17:20:02 -, Nick de Voil <[EMAIL PROTECTED]> wrote: > > > I'm trying to parse an RSS feed and I'm at a loss as to what to do > > > with data in this f

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread John Wilker
I'll have to look into that. My knowledge of RSS is pretty low level at this point. I've never dealt with RSS that looks like this before. Back to google for info on RSS/namespace Thanks On Thu, 16 Dec 2004 17:20:02 -, Nick de Voil <[EMAIL PROTECTED]> wrote: > > I&#x

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread Nick de Voil
> I'm trying to parse an RSS feed and I'm at a loss as to what to do > with data in this format. > > CF pukes when it hits the colon > > The name would be like rss.channel.item.itms:artist.xmltext Is the namespace for itms defined in the document's root elemen

RSS feed with a node like this itms:artist

2004-12-16 Thread John Wilker
I'm trying to parse an RSS feed and I'm at a loss as to what to do with data in this format. CF pukes when it hits the colon The name would be like rss.channel.item.itms:artist.xmltext But the colon throws CF for a loop. Anything special I need to do? J -- John Wilker Writer/Web

Re: OT: MXNA RSS Feed?

2004-12-09 Thread Alex Sherwood
Thanks, Mike. Looking forward to it. -- Alex Mike Chambers wrote: >Currently there is not, but we will be them shortly. > >mike chambers > >[EMAIL PROTECTED] > > > ~| Special thanks to the CF Community Suite Silver Sponsor -

Re: OT: MXNA RSS Feed?

2004-12-09 Thread Mike Chambers
Currently there is not, but we will be them shortly. mike chambers [EMAIL PROTECTED] On Dec 9, 2004, at 7:50 AM, Alex Sherwood wrote: > Is there a straight RSS feed for all blog entries on the MXNA > aggregator? > > I see there is an OPML feed for all entries, so how would one g

OT: MXNA RSS Feed?

2004-12-09 Thread Alex Sherwood
Is there a straight RSS feed for all blog entries on the MXNA aggregator? I see there is an OPML feed for all entries, so how would one get an RSS feed that provides the same data as the OPML feed? Thanks! -- Alex Sherwood

Re: Generating RSS feed - validating

2004-03-17 Thread Roger Benningfield
>Looks like I have to drop the idea of using RSS, and go back to trying to >figure out how to show PHP site developers how to use WSDL in PHP. Michael, It would probably be far easier on both sides to use XML-RPC instead of SOAP. XML-RPC support on PHP is supposedly quite stable, and you can use

Re: Generating RSS feed - validating

2004-03-16 Thread Roger Benningfield
>[2]  I'm not producing a defined news feed - it's a different set of data. >I thought the whole point of  XML was that you could define your own tags >and fields.  Am I heading down another cul-de-sac here thinking about >attempting to produce RSS containing fields like Event, Day, Month, Year, >n

RE: Generating RSS feed - validating

2004-03-16 Thread Kym Kovan
Hi Mike, >Looks like I have to drop the idea of using RSS, and go back to trying to >figure out how to show PHP site developers how to use WSDL in PHP. Just came in: http://web.zdnet.com.au/builder/program/web/story/0,234810,20283202,00.htm How (not) to consume webservices in PHP :-/ [Tod

RE: Generating RSS feed - validating

2004-03-16 Thread Michael Kear
of being given the same URLS to pages I didn't understand (and which I was asking about) again and again. Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com   _   From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 March 2004 2:12 PM To: CF-Ta

RE: Generating RSS feed - validating

2004-03-16 Thread Michael Kear
Thank you Peter, but it wont.  I'm trying to share my information with PHP sites, not consume their information on mine. Cheers Mike Kear   _   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 March 2004 2:08 PM To: CF-Talk Subject: Re: Generating RSS

RE: Generating RSS feed - validating

2004-03-16 Thread Matthew Walker
m: Michael Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 March 2004 2:59 p.m. To: CF-Talk Subject: Generating RSS feed - validating I hesitate to bring this up again, because you're probably all sick of this just like me.  But I want to put this issue away now.  It's about my

  1   2   >