Answered
CFContent + CFOutput needs to be on same line?
Hi everyone, recently I have been devloping a simple page for
my webapp the spits out some XML data. I have it working perfectly,
just like I want. However, the last line:
<cfcontent type="text/xml" reset="yes" /><cfoutput>#variables.xmldata#</cfoutput>
needs to have both the cfcontent and cfoutput tags on the same line or else the XML does not output.
Can anyone explain why this is happening?
<cfcontent type="text/xml" reset="yes" /><cfoutput>#variables.xmldata#</cfoutput>
needs to have both the cfcontent and cfoutput tags on the same line or else the XML does not output.
Can anyone explain why this is happening?
