RE: [PHP] Good xml to array class?

2004-09-23 Thread Chris Gregors
I've had good success with this one: http://www.devdump.com/phpxml.php -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 12:04 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Good xml to array class? * Thus wrote Brent Clements: I've done

Re: [PHP] Good xml to array class?

2004-09-23 Thread Maciek Ruckgaber Bielecki
- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 12:04 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Good xml to array class? * Thus wrote Brent Clements: I've done searching on google for xml parsers and xml to array using php and honestly there are S many

Re: [PHP] Good xml to array class?

2004-09-23 Thread Maciek Ruckgaber Bielecki
for all kind of convertions XML to Array and Array to XML a very easy way to get something running is wddx. Depending on your needs, you may get more complicated then and use DOM, but that will need to develop your own parsing object. Cheers On Thu, Sep 23, 2004 at 01:13:17AM -0400, Greg

[PHP] Good xml to array class?

2004-09-22 Thread Brent Clements
I've done searching on google for xml parsers and xml to array using php and honestly there are S many. Most of the classes I've taken a look at either aren't finished, or require dom to work. Either I write my own or I get help from you guys. So me being the lazy person that I am will ask

Re: [PHP] Good xml to array class?

2004-09-22 Thread Yann Larrive
Go with SimleXML it's a PHP extention. Yann On September 22, 2004 23:03, Brent Clements wrote: I've done searching on google for xml parsers and xml to array using php and honestly there are S many. Most of the classes I've taken a look at either aren't finished, or require dom to work.

Re: [PHP] Good xml to array class?

2004-09-22 Thread Greg Beaver
Yann Larrive wrote: Go with SimleXML it's a PHP extention. Yann simplexml is PHP 5, and relies on libxml. If you don't have DOM, you don't have simplexml. Also, simplexml cannot be serialized in any form other than an xml string. If you wish to work with actual arrays (for instance, if

Re: [PHP] Good xml to array class?

2004-09-22 Thread Curt Zirzow
* Thus wrote Brent Clements: I've done searching on google for xml parsers and xml to array using php and honestly there are S many. Most of the classes I've taken a look at either aren't finished, or require dom to work. Converting xml to an array isn't an easy of a task. given: foo