Community Member Profile
- Profile: /members/3790-bill.htm
- Comments: 2
- Points: 23
Recent Blog Comments By bill
-
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Posted on Aug 1, 2009 at 1:55 PM
Given a Sql Server back end, seems like it would be simpler and faster to load the xml doc into Sql Server and then parse it out to an 'edge table' with openXml(). Sql Server can quickly parse very large xml docs, and edge tables, like flat files, are easy to work with. Since you can easi... read more »
-
How To Move XML Data Into A Database Using ColdFusion
Posted on Jul 12, 2009 at 5:09 PM
Most of the xml navigation technique examples I have seen assume 'uniform xml structure'. I would like to see examples where xml is assymetrical (eg, a UPS xml docs, etc.). In other words, derive accurate table data from an xml doc where the same parent node comprises different sets of ch... read more »



