Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts

How to convert XML into an associative array in PHP?

The other day I wanted to convert an XML document into an associative array for a specific task.
I knew I could get relevant information using XPath and few lines of code tweaks as well.

But still I was looking for a different but easy way of doing it.

So I went to Google and typed in 'How to convert XML into an associative array?'  in the text box and pressed 'Search'.