XML in PHP4/5
Moderator: General Moderators
XML in PHP4/5
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
Hi,
maybe the pear package 'XML Parser' is something for you? Or use the XML Parser from PHP directly.
maybe the pear package 'XML Parser' is something for you? Or use the XML Parser from PHP directly.