How to dynamically extract data from XML in PHP?

Gandalf

New Member
I have a string variable, containing XML data and I was wondering if there is an easy way to extract fields and data from the file. Through an iterative generic way, without specifying name of the tags in the code.
 
Back
Top