Code Comments
Programming Forum and web based access to our favorite programming groups.The new PEAR package XML_Serializer-0.11.1 (beta) has been released at http://pear .php.net/. Release notes ------------- Serializer: - fixed bug with default line endings Package Info ------------- XML_Serializer serializes complex data structures like arrays or object as X ML documents. This class helps you generating any XML document you require without the nee d for DOM. Furthermore this package can be used as a replacement to serialize() and uns erialize() as it comes with a matching XML_Unserializer that is able to crea te PHP data strcutures (like arrays and objects) from XML documents, if type hints are available. If you use the XML_Unserialzer on standard XML files, it will try to guess h ow it has to be unserialized. In most cases it does exactly what you expect it to do. Try reading a RSS file with XML_Unserializer and you have the whole RSS file in a structured array or even a collection of objects, similar to XML_RSS. Since version 0.8 the package is able to treat XML documents like the simple xml extension of PHP 5. Related Links ------------- Package home: http://pear.php.net/package/XML_Serializer Changelog: http://pear.php.net/package/XML_Ser...download/0.11.1 Download: http://pear.php.net/get/XML_Serializer-0.11.1.tgz Authors ------------- Stephan Schmidt <schst@php.net> (lead)
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.