PHP & XML

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Enga
Forum Newbie
Posts: 8
Joined: Mon Nov 21, 2005 6:17 am

PHP & XML

Post by Enga »

Hi!

I wanted to use php and xml but for what i've been reading php4 and 5 have lots of diferences, i would have to use Expat(php 4) or libxml2 (php5).
Because i want to make the use of php4 or 5 invisible i would like to know if there's a good and reliable parser with no or few diferences to the 2 versions of php.

Anyone?

Thanks

Pedro Barbosa
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

I'd recommend just using SimpleXML in PHP5 if you have access to it.

Why is hiding the use of v. 4 or 5 a priority for you specifically? Security concerns?
Post Reply