Echo xml data

Hi all,

Is it possible to echo data from an xml file on to a php page? If so could some one help me? I’ve been googling for a bit and no success yet.

Basically I want to display all the info from an xml file on to a PHP page and possibly have the nodes info displayed in text fields. i.e. <title> node in a text filed named title etc…

And if it’s possible edit the info inside it and then click submit or “save” to save the changes. There will also be a lot of data in the xml file, so there will probably have to be a repeat region of some sort.

If anyone knows how to do this, or knows a decent tutorial on the subject that would be great.

Cheers!

EDIT: Would it have something to do with XSL?