<cfhttp url="
http://timesofindia.indiatimes.com/rssfeeds/1081479906.cms"
method="get">
<cfoutput>#cfhttp.fileContent#</cfoutput>
<cfset objRSS = xmlParse(Trim(cfhttp.filecontent))>
Now it is giving "Connection Failure", I tried with few RSS
feeds but it gives the same error.
coldfusion.xml.XmlProcessException: An error occured while
Parsing an XML document.
at coldfusion.xml.XmlProcessor.parse(XmlProcessor.java:183)
at coldfusion.runtime.CFPage.XmlParse(CFPage.java:211)
at
cftext2ecfm1120545296.runPage(D:\ColdFusion8\wwwroot\text.cfm:3)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)