Community Member Profile
- Profile: /members/2187-Nat-Dunn.htm
- URL: http://www.webucator.com
- Comments: 3
- Points: 1
Recent Blog Comments By Nat Dunn
-
Getting The String Representation Of One ColdFusion XML Node
Posted on Oct 15, 2008 at 7:18 PM
That's a good solution. Thanks.... read more »
-
Getting The String Representation Of One ColdFusion XML Node
Posted on Oct 15, 2008 at 4:50 PM
I did this: <cfset xmlString = ToString(xmlNode)> <cfif xmlString contains "<?xml"> <cfset xmlString=ListDeleteAt(xmlString ,1,">")> <cfset xmlString=Right(xmlString ,Len(xmlString )-1)> </cfif> It's ugly, but it seems to do th... read more »
-
Getting The String Representation Of One ColdFusion XML Node
Posted on Oct 15, 2008 at 4:34 PM
Hi Ben, do you know of an easy way to strip the XML declaration or to get the string representation without the XML declaration?... read more »



