, output = "false" , ( Application.cfc, onRequest(), ). , - , - , , . , , , ( ).
:
<cffunction name="getFlag" output="true">
<cfreturn true />
</cffunction>
<cfif getFlag()><p>Hello World!</p></cfif>
<cfxml variable="doc"><cfoutput><root flag="#getFlag()#" /></cfoutput></cfxml>
<cfif doc.root.xmlAttributes.flag><p>Hello world!</p></cfif>
- , , , <cfif> , XML-, <cfdump>. , :
cannot convert the value " true" to a boolean
XML, CF "true" , "true". , , , , XML , . , CF5.;)