Re: [PHP] 'XML To Array' Class (Array Problem)

2001-04-23 Thread [EMAIL PROTECTED]
I think it's important to mention that my problem is not with XML, but with my use of arrays. I have tested the variable content that comes back with XML and the data is coming through. My problem is I am not doing something right to make the data into an array... > heey, > > i'm currentl

Re: [PHP] 'XML To Array' Class

2001-04-23 Thread Serge Vleugels
heey, i'm currently facing the same problem as you. i was thinking of using either xml_parse_into_struct or using a class i found phpxml.class at http://www.phpxml.org let me know how you did it, i'm very intrested Serge "Zeddicus Zu'l Zorandre" Vleugels -- freedom is the wizard's only choice

[PHP] 'XML To Array' Class

2001-04-23 Thread [EMAIL PROTECTED]
Hello, I'm new to using XML with PHP, but I think I've got it figured out for the most part. I have created a class that reads in an XML file and returns the data it finds to an array, but I'm running into a problem because the array keeps coming back empty. Would you mind taking a moment t