RE: XMLParse() Throwing Error - Shared Hosting

2004-05-10 Thread Barney Boisvert
y, May 09, 2004 6:16 PM > To: CF-Talk > Subject: RE: XMLParse() Throwing Error - Shared Hosting > > To correct the issue I did the following: > > > > > > > > > > That converts the feed to an array, takes out the first two > lines (which ar

Re: XMLParse() Throwing Error - Shared Hosting

2004-05-10 Thread Massimo Foti
> Thanks for the notice there, I'm forwarding your message on to the owner of > the feed to see if they'll fix it.  However in this instance there was a > double issue - > > The host blocks outgoing calls to those that have been improved ahead of > time.  That is what was causing the error.  CF sim

RE: XMLParse() Throwing Error - Shared Hosting

2004-05-09 Thread C. Hatton Humphrey
> Well, not that right... :-) > Whenever the XML code point to a DTD, XMLParse() download it (in order to > expand entities, get default values etc). In your specific case, the RSS > feed located in the url above point to a DTD located here: > > http://my.netscape.com/publish/formats/rss-0.91.dtd

Re: XMLParse() Throwing Error - Shared Hosting

2004-05-09 Thread Massimo, Tiziana e Federica
> Sure, the RSS feed is coming from http://www.arrl.org/arrl.rss Fine, spotted the problem, it's an old, RSS 0.91 feed > Didn't realize that the XMLParse had to download the DTD (duh)... so I > need to ask for the URL of the DTD to be added to the allowed host list of > the server, right? Well,

RE: XMLParse() Throwing Error - Shared Hosting

2004-05-09 Thread C. Hatton Humphrey
om: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 09, 2004 4:11 PM > To: CF-Talk > Subject: Re: XMLParse() Throwing Error - Shared Hosting > > > What I want to know is where is this coming from??  The error itself is > > being thrown on the XMLParse() l

Re: XMLParse() Throwing Error - Shared Hosting

2004-05-09 Thread Massimo, Tiziana e Federica
> What I want to know is where is this coming from??  The error itself is > being thrown on the XMLParse() line, not the CFHTTP.  A dump of the > FileContent shows the correct RSS feed. Could you post the RSS's url? Even if XMLParse() doesn't validate the XML it still downloads a DTD if any is av

XMLParse() Throwing Error - Shared Hosting

2004-05-09 Thread C. Hatton Humphrey
Okay, here's an odd quesiton - I have a RSS feed set up and working on my local devel system.  It runs beautifully using a CFHTTP grab and then running an XMLParse() on the cfhttp.filecontents variable. However, when I push this through to my shared hosting environment I keep getting errors.  Her