Hi,
I've had no luck finding solid php code, class based or otherwise in handling xml.
For example - a common need is to add or delete some object to an existing xml document This could be some 'node' way down in the tree of a document.
I tried PEAR classes PHP XML..... no luck in getting them to work.
All of the tutorials and articles show how easy it is to create XML from php. There's always an assumption the data is just being passed. There's never an assumption that you're using XML to or an document instance to store data and that you'll need to manipulate nodes or business entities within the xml file.
I just ended up going with flat text files, no tags just comma delimited.
I guess...if you're just using XML to pass data around in a tagged format, some of the php classes might be usefull
Vmusic