Yann LarrivÃe wrote:

Go with SimleXML it's a PHP extention.

Yann

simplexml is PHP 5, and relies on libxml. If you don't have DOM, you don't have simplexml. Also, simplexml cannot be serialized in any form other than an xml string. If you wish to work with actual arrays (for instance, if you're returning values through xml-rpc or soap), you will be better off with XML_Serializer.


Otherwise, simplexml is truly magnificent.

Greg

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to