Question
Converting this simple XML to a Struct?
Hi everyone,
I'm having trouble converting this XML to a Struct.
<book_ids quantity="2">7,9</book_ids>
I'm supposed to pass that as a parameter to a remote Web Service using cfinvoke. Can anyone help out on how to convert that XML to a Coldfusion Struct???
Thanks in advance for any help!
JC
