|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
Odd ACF 8 v 9 issueIn 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 |
May 20, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||