XML in PHP4/5
Posted: Sun Nov 02, 2008 9:08 am
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