Kevin Penny
Member since Dec 11, 2008
- Profile: /members/299-kevin-penny.htm
- URL: http://www.jobs2web.com
- Comments: 3
Recent Blog Comments By Kevin Penny
-
ColdFusion String Comparison: Compare() vs. Equals() vs. CompareTo()
Posted on Jun 6, 2007 at 6:20 PM
Cool man thanks for taking the time to do this - I am in a project where I'm going to be manipulating strings from a db based on replace rules and I need to do a comparison once the manipulation/rules have been run on the database strings - then if the values are not the same as the origional, then... read more »
-
ColdFusion XmlParse() Error - Content Is Not Allowed In Prolog
Posted on Feb 15, 2007 at 1:40 PM
Ah - ok - I dind't realize toString() could be used like that - so I did this toString(myxmldoc) and all is good now - Thanks!... read more »
-
ColdFusion XmlParse() Error - Content Is Not Allowed In Prolog
Posted on Feb 15, 2007 at 1:37 PM
I am also having a problem with getting a [#document: null] when attempting to 'save' the xml document to disk - When i cfdump the xml object it looks fine - (cfmx 7). But after I do a xmldoc.ToString() on it - the text it saves is the [#document: null]. How can I convert the created XML doc to a ... read more »