[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#318933: ITA: php-xml-serializer -- swiss-army knive for reading and writing XML files



Package: wnpp
Severity: wishlist
Owner: Jose Carlos Medeiros <debian@psabs.com.br>

* Package name : php-xml-serializer
* Version : 0.16.0
* Upstream Author : Stephan Schmidt <schst@php.net>
* URL : http://www.psabs.com.br/debian/pool/main/p/php-xml-serializer
* License : PHP License
* Description :
XML_Serializer serializes complex data structures like arrays or object as
 XML documents.
 This class helps you generating any XML document you require without the need
 for DOM.
 Furthermore this package can be used as a replacement to serialize() and
 unserialize() as it comes with a matching XML_Unserializer that is able to
 create PHP data structures (like arrays and objects) from XML documents, if
 type hints are available.
 If you use the XML_Unserializer on standard XML files, it will try to guess how
 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.



Reply to: