In ACF 9, I had:

xmlparse(cfhttp.filecontent)['top-level-node']

...and it worked fine but ACF 8 threw a syntax error at the [ until I did
this:

<cfset myxmlparse = xmlparse(cfhttp.Filecontent)>
myxmlparse['top-level-node']

Is that a known issue?

-- 
John Bliss - http://about.me/jbliss


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350719
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to