Hi all, Anybody know that, how can I convert XML to Array and access that array in such a fashion so, I get value. As per example: array.firstchild.childnode[0].firstchild.firstchild = "value"
Unless your xml is a wddx file, http://www.php.net/manual/en/ref.domxml.php may be your best bet.
Of course, you could create your own xml parser to return an array.
Thanks for reply, but I am not using DOMXML functions. I want to use SAX method for parsing.
perhaps this might help
http://www.phpbuilder.com/columns/lorenso20021221.php3
reg kevin