Hi all, as I understand it PHP4 does not support SimpleXML, only simplexml44, which is a cut down version of SimpleXML. Basically I am looking for the best strategy to handle the appending of child nodes to an XML file using PHP and and accessing node data. Is there a way around not using the simplexml44 plugin, and what is the best option?