I've succesfully managed to parse with cfwddx a page of XML retrieved via cfhttp.
However, when I try to retrieve a structure containing an &, I get the following error message:
'Expression result cannot be converted to a string'.
I have trawled through this site and cfdev trying to find out if there are any escape chars I can use to solve the problem, but if there are they only seem to be applicable if the XML is internal and not being fetched by cfhttp.
Does anyone know of a solution to this problem please?
However, when I try to retrieve a structure containing an &, I get the following error message:
'Expression result cannot be converted to a string'.
I have trawled through this site and cfdev trying to find out if there are any escape chars I can use to solve the problem, but if there are they only seem to be applicable if the XML is internal and not being fetched by cfhttp.
Does anyone know of a solution to this problem please?