RE: [PHP] Convertig xml into array

2007-11-27 Thread Edward Kay
> -Original Message- > From: Dave Goodchild [mailto:[EMAIL PROTECTED] > Sent: 27 November 2007 08:36 > To: PHP General list > Subject: [PHP] Convertig xml into array > > > Hi guys. I have the following XML file which I want to convert into a > multidimensiona

[PHP] Convertig xml into array

2007-11-27 Thread Dave Goodchild
Hi guys. I have the following XML file which I want to convert into a multidimensional array. I am using PHP5 so don't want to use SimpleXML as apparently there are issues with sessions and after conversion I want to pass this array into the session. Any ideas on the best and cleanest way to do thi