Question
Help with RSS feed in home page
I'm trying to place an RSS feed in my home page. I've
followed this Dev
Center guide: http://tinyurl.com/ewbdv
I've gotten everything to work perfectly locally. However, when I upload
the files it won't work online here: http://tinyurl.com/ootyn
The error I receive is:
Could not find the ColdFusion Component
burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
Please check that the given name is correct and that the component
exists. The error occurred in
C:\domains\burnettcom.com\wwwroot\home.cfm: line 28
26 : <!--- XSL Transformation --->
27 : <cfinvokeargument name="xml"
value=" http://www.burnettcom.com/blog/?feed=rss2">
28 : <cfinvokeargument name="xsl" value="headlines.xsl">
29 : </cfinvoke></div><!---end posts--->
Instead of the path burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
shouldn't it be burnettcom/includes/MM_XSLTransform/MM_XSLTransform.cfm
This is the only thing that I can see that would be wrong.
Can anyone help me to get this to work online?
Thanks in advance.
Center guide: http://tinyurl.com/ewbdv
I've gotten everything to work perfectly locally. However, when I upload
the files it won't work online here: http://tinyurl.com/ootyn
The error I receive is:
Could not find the ColdFusion Component
burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
Please check that the given name is correct and that the component
exists. The error occurred in
C:\domains\burnettcom.com\wwwroot\home.cfm: line 28
26 : <!--- XSL Transformation --->
27 : <cfinvokeargument name="xml"
value=" http://www.burnettcom.com/blog/?feed=rss2">
28 : <cfinvokeargument name="xsl" value="headlines.xsl">
29 : </cfinvoke></div><!---end posts--->
Instead of the path burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
shouldn't it be burnettcom/includes/MM_XSLTransform/MM_XSLTransform.cfm
This is the only thing that I can see that would be wrong.
Can anyone help me to get this to work online?
Thanks in advance.
