James Holmes wrote:
> Right, I can now screw up our XML searches at will. The bad news is
> the same thing happens in CF8.01 as well as CF 7.02 (I just tested
> both).

> <cfset elementArray = XMLSearch(APPLICATION.myXML,
> "/pagesettings/top_navigation[3]")>
> <cfset topNavURL = elementArray[1].url.XMLText>

Does the problem go away if you use:
<cfset elementArray = Duplicate(XMLSearch(APPLICATION.myXML, 
"/pagesettings/top_navigation[3]"))>

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310489
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to