Page 1 of 1

XML in PHP4/5

Posted: Sun Nov 02, 2008 9:08 am
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

Re: XML in PHP4/5

Posted: Sun Nov 02, 2008 10:40 am
by Hannes2k
Hi,
maybe the pear package 'XML Parser' is something for you? Or use the XML Parser from PHP directly.