Problem parsing XML data
Hi everyone, I tried to parse a xml data but i couldnt figure it out.
I get this error:
Complex object types cannot be converted to simple values.
This is my code :
<cfset the_url = 'https://www.goodreads.com/author/list/210456?format=xml&key=xxxxxxxxxxxxxxxx' />
<cfhttp url="#the_url#" method="get" result="Results" timeout="999">
<cfset asd = XmlParse(Results)>
