View Full Version : [PHP] SimpleXML for PHP4
Esherido
August 3rd, 2006, 05:43 PM
I know SimpleXML is for PHP5, but does anyone know of a way you can get SimpleXML in PHP4. I've searched and haven't found a way to do that. And I was wondering if anyone here knew of a custom class that did that.
bwh2
August 3rd, 2006, 05:48 PM
might want to look at some pear packages: http://pear.php.net/search.php?q=xml
Jeff Wheeler
August 3rd, 2006, 05:48 PM
There are two DOM classes in PHP4 that do basically the same thing, but with more complicated names. :P
Esherido
August 3rd, 2006, 06:57 PM
Could you please tell me their names nokrev? And bwh2, I've found a lot of them, but all their doing is outputting the stuff between the start and end tags, instead I want something that does what SimpleXML does, it puts everything in easy to get Arrays and Classes.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.