You're right, there is an error in the XML doc at the other end. However, it may not be fixed in the next refresh - depends on how many new item nodes are created..
Darryl -----Original Message----- From: Mike Kear [mailto:[EMAIL PROTECTED] Posted At: Wednesday, 10 September 2003 5:00 PM Posted To: CFAussie Conversation: [cfaussie] What does this error mean? Subject: [cfaussie] What does this error mean? 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/ --- 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/
