Matt
Member since Dec 11, 2008
- Profile: /members/2294-matt.htm
- URL: http://www.fusionserve.net
- Comments: 1
Recent Blog Comments By Matt
-
Recursive XSLT For Nested XML Nodes In ColdFusion
Posted on May 2, 2008 at 5:33 AM
I have been using xslt for menu's lately. Previously to get the hierarchical tree of <ul> and <li> I had to use recursive functions containing queries which meant hundreds of queries being triggered. To get round this I created a flat node structure e.g. <nodes> <cfquery name="... read more »