May I ask why you are ditching the xml declaration before parsing the
xml? Ie. these lines:

<cfset nodeToReplace = mid(XMLText, 1, evaluate(find("?>", XMLText) + 1))>
<cfset XMLText = replaceNoCase(XMLText, nodeToReplace, "", "ALL")>

If you are on CF7 or greater, and there isn't a good reason to parse
out the xml declaration, you can do this:

<cfset parsed= 
XmlParse("http://sphumd.blogspot.com/feeds/posts/default/#url.postId#";)
/>

This never generates an error for me.

HTH

Dominic

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316290
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to