Skip to:
<cfset test = xmlNew()><cfdump var="#test#">Results in:Error executing dump template [/dump/html/XML.bxm]
The fix for this has been pushed and is building now.
I can replicate this locally - but only in template mode. The root cause is that the root element has not been assigned.
Doesn’t work for me in the latest snapshot
Ok, I know what it is, sorry
I believe trycf is using an old version of BoxLang.
I can’t replicate it on RC2
<cfset test = xmlNew()>
<cfdump var="#test#">
Results in:
Error executing dump template [/dump/html/XML.bxm]