XML in PHP4/5

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cboileau
Forum Newbie
Posts: 8
Joined: Sun Nov 02, 2008 8:28 am

XML in PHP4/5

Post by cboileau »

Does anyone know if there is a set of backwards compatible functions for parsing XML in both PHP4 and 5? I am working on a project that will be running on both PHP4 and PHP4 environments and am searching for the best solution to make the scripts run smoothly on both. What I'm really looking to find out is if there are any native functions that are backwards compatible that I can use for this, or if the only way around it is to find a workaround. Thanks
Hannes2k
Forum Contributor
Posts: 102
Joined: Fri Oct 24, 2008 12:22 pm

Re: XML in PHP4/5

Post by Hannes2k »

Hi,
maybe the pear package 'XML Parser' is something for you? Or use the XML Parser from PHP directly.
Post Reply