AS3:Namespace Remover
March 12th, 2008
2 comments
I’ve received many emails about how to access the data from a SOAP response in gophr and haven’t had a chance to address this issue until now. Most of the issues come from the fact that a lot of people are having trouble with namespaces in E4X. So here’s a little class that removes namespaces and gives you the ability to access the data as if it was regular XML.
Categories: AS3