I have been taking a RSS news feed from a friendly site in the USA, and it's
been working fine for a few weeks, and now I see it has an error message as
follows:

[quote]
End of entity not allowed; an end tag is missing
[/quote]


And the line (19) it objects to is as follows:

[quote]
<cfhttp url="http://domain.com/newsrss10.php"; method="get"> 
19 : <cfset objRSS = xmlParse(cfhttp.filecontent)> 
20 : <cfset Item_Length = arraylen(objRSS.RDF.item)>
[/quote]


I'm assuming my feed site has an error in the XML document and next time
it's refreshed his end, it's going to be ok ... is that right? Or has some
error been introduced into my code somewhere?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.






---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to