Question
How to create a struct from an XML?
Hi,
I am a QA and need to create a struct from an XML which is generated from a POST in the front end. I have fetched the XML generated using firebug. I need to pass the struct to a variable and use it for testing purpose.
Please can anyone help?