XJConfForPHP pear.php-tools.net XML-to-object mapper. XJConfForPHP is a port of XJConf. It enables you to create complex data structures consisting of objects, arrays and primitives from virtually any XML document. It provides a simple XML language to define the XML-to-object mappings. It features namespace support and is easily extendible. Stephan Schmidt schst schst@xjconf.net yes Frank Kleine mikey mikey@xjconf.net yes 2007-11-11 0.2.1 0.2.0 alpha alpha LGPL Feature additions: - Added a fourth way of adding children, this time via the keyAttribute attribute (mikey) 5.0.0 1.4.0 xmlreader 0.1.0 0.1.0 alpha alpha 2006-09-05 LGPL Initial release. 0.1.1 0.1.1 alpha alpha 2006-11-21 LGPL Feature addition: It is now possible to use dynamic setter methods built from an attribute value. 0.1.2 0.1.2 alpha alpha 2006-11-28 LGPL Feature addition: This release enables using class loaders for differant namespaces which allows to load classes at runtime of the XmlParser instead of having to load all classes before parsing the xml files. Bugfix: The ConstructorValueConverter now works with all examples. 0.2.0 0.2.0 alpha alpha 2007-09-24 LGPL Feature additions: - New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey) - It is now possible to define an explicit setter method for character data inside a tag (schst) - Added possibility to declare tags as static (schst) - Added several unit tests (mikey) - Added possibility to package XJConfForPHP as a STAR archive (mikey, schst) - Added new value type "xjonf:auto-primitive" to guess the type of a scalar value (schst) - Added implicit and explicit call to __set as well as possibility for setting public properties (mikey) - Added XJConfFacade for a simplyfied usage of XJConf (mikey) Bugfixes: - Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) - Fixed bug #7: check, whether factory method can be called statically (schst) - Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey) 0.2.1 0.2.0 alpha alpha 2007-11-11 LGPL Feature additions: - Added a fourth way of adding children, this time via the keyAttribute attribute (mikey)