Brian
Member since Dec 11, 2008
- Profile: /members/379-brian.htm
- Comments: 2
Recent Blog Comments By Brian
-
Nylon Technology Presentation: Introduction To XPath And XmlSearch() In ColdFusion
Posted on Jul 6, 2009 at 5:10 PM
All I want to find out is the name of the root node. It feels like I'm going the long way around, but here's what I did... Is there a better way? given: <?xml version="1.0" encoding="iso-8859-1"?> <b1700> <common> <opr value="" /> <email value="" /> <... read more »
-
ColdFusion Custom Tags Are Significantly Faster Than XML Parsing
Posted on Sep 4, 2008 at 11:29 AM
Ben, Speed kills. I've been using your POI utility to generate a multi-worksheet document (weekly tabs form 2006 to the present) and with about 30 rows of 15 data items per sheet. I can generate the whole sheet within 30 seconds, which rocks compared to other solutions. What bogs me down, ... read more »