[ACFUG Discuss] expected xmlsearch behavior

2008-04-21 Thread Steven Ross
I'm about to blog about this but, wanted to get everyone's perspective first. Check out this bit of code (read inline comments). I believe it is sort of a bug (or at least a 'gotcha') in the way CF sees xml search results. cfxml variable=test test node nodes

Re: [ACFUG Discuss] expected xmlsearch behavior

2008-04-21 Thread Nelson Winters
One thing that may not be obvious is that you can do the following to get to the parent of a node: cfset parent = XmlSearch(blah[1], ../) -Nelson On Mon, Apr 21, 2008 at 9:00 AM, Steven Ross [EMAIL PROTECTED] wrote: I'm about to blog about this but, wanted to get everyone's perspective