Last active
March 20, 2026 19:34
-
-
Save trycf/ac27bc3009ec9932ac452caa9b7ceb9c to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Cffunction returnType="string" name="x"> | |
| <cfreturn '<?xml version="1.0" encoding="utf-8"?><myXml></myXml>' /> | |
| </Cffunction> | |
| <cfscript> | |
| foo = ( xml xmlData ) => dump( xmlParse( x() ) ); | |
| dump( x() ) | |
| </cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment