Forum Moderators: coopster

Message Too Old, No Replies

What do you use to parse XML files?

         

fenryr

2:30 pm on Sep 5, 2005 (gmt 0)

10+ Year Member



I'm looking for libraries that help parsing xml content into php.. Which do you use?

joedub

2:57 pm on Sep 5, 2005 (gmt 0)

10+ Year Member



Try looking for a class which will convert an xml file into a php array.

Google "php+class+xml+to+array"

fenryr

4:56 pm on Sep 5, 2005 (gmt 0)

10+ Year Member



Already found some classes but I'm wondering which classes webmasters here think are the best

coopster

9:10 pm on Sep 6, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Have you considered the DOM Functions [php.net]?