Created a cold fusion XML feed but the module doesn't seem to be pulling in the data.
Took the output and pasted it in to an XML document, applied the same XSL and it is transformed.
Renamed the .xml file to .txt and the XML module still saw it as an XML document and applied the style sheet.
Anybody know why the module isn't doing the same to the cf document? Oh, and for the heck of it I copied the exact XML from my test.xml file (that works just dandy) and pasted it over the code in my .cfm file and it still didn't see it as XML (although it sure saw a .txt file as an xml document).
What do I have to do to get the module to like the cfm document?