Maarten Belmans
Member since Jul 1, 2013
- Profile: /members/11035-maarten-belmans.htm
- Comments: 2
Recent Blog Comments By Maarten Belmans
-
Ask Ben: Iterating Over A ColdFusion XML Document
Posted on Jul 1, 2013 at 12:34 PM
to my previous post. Call it like this: <cfoutput>#outputNode(YourStartNodeHere)#</cfoutput>... read more »
-
Ask Ben: Iterating Over A ColdFusion XML Document
Posted on Jul 1, 2013 at 12:32 PM
For those who need it: Why don't you use recursive function to loop & print parents-children : <cffunction name="outputNode"> <cfargument name="parentnode"> <cfargument name="spacing" required="no"> <cfif isDefined('arguments.s... read more »