Question
xmlParse : Content is not allowed in prolog.
Can anyone let me know the issue with the code while
executing on ColdFusion 8 developer edition.
<cfhttp url=" http://rss.news.yahoo.com/rss/tech/" method="get">
<cfset objRSS = xmlParse(Trim(cfhttp.filecontent))>
<CFDUMP var="#objRSS#">
It is giing me error: Content is not allowed in prolog.
<cfhttp url=" http://rss.news.yahoo.com/rss/tech/" method="get">
<cfset objRSS = xmlParse(Trim(cfhttp.filecontent))>
<CFDUMP var="#objRSS#">
It is giing me error: Content is not allowed in prolog.
