Ted Daniels
Member since Jun 10, 2010
- Profile: /members/6182-ted-daniels.htm
- URL: http://www.duval-county.net
- Comments: 6
Recent Blog Comments By Ted Daniels
-
Ask Ben: Simple Recursion Example
Posted on Mar 1, 2014 at 8:59 PM
Ben: Thanks for a really excellent piece here. With a bit of modification I have prepared a schematic representation of this, using your underlying recursion idea, that provides forward and backward search capabilities and allows the storage of any number of trees that can be joined or separated a... read more »
-
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Posted on May 21, 2013 at 11:51 AM
Looking at my first ever XML document that I have to parse and put into MS SQL 2000 with CF8. I get it to list the desired Field name, many times over, and have a long list of this field name displayed, like you show using your SubNodeXMLParser (once I added a <CFOUTPUT> tag. Can you explain... read more »
-
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Posted on Jan 15, 2011 at 10:13 PM
Ben: I have tried your code example and always get an error. With all the code, the error is 'Invalid CFML Construct.CFML was looking at the following text...<' on the line where <cfcomponent...> starts, indicating an error in the earlier code. If I remove the code from <cfcomponent..... read more »