Colon in XML response
Hi,
I'm having a devil of a time with this. I'm using cfhttp to perform a REST transaction, the returned XML being parsed with xmlparse and saved to a variable called "xmlfile".
The resulting xml has a colon in. When I try reference part of it, my variable would look like:
#xmlfile.ns3:LookupMyAccountInfoResponse.ns3:numberOfCheckouts.xmlText#
Of course this fails due to the colons..
I understand there's some sort of bracket notation that should allow this to work. No matter where I put the brackets, it still fails.
Help?
