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
> 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
> 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
> 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,
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
> 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
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
7 matches
Mail list logo