» Version | » Information |
---|---|
2012-04-07 stable |
|
2008-10-25 stable |
|
2004-11-27 stable |
|
2004-03-16 stable |
|
2004-03-15 stable |
|
2004-03-02 stable |
|
2004-02-06 stable |
|
2003-09-11 stable |
|
2003-05-06 stable |
|
2002-10-07 stable |
|
2002-09-22 stable |
|
0.6 |
Easy InstallNot sure? Get more info. pear install XML_Transformer-0.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Transformer-0.6 Release date: 2002-09-17 22:05 UTC Release state: stable Release uploaded by: sebastian Changelog: + Added methods setDefaultCallback() and unsetDefaultCallback() to set/unset default callbacks for elements that are not overloaded. + Added a base class for namespace-handling transformer classes. + Removed canonicalName() method in favour of more general canonicalizeAttributes() method. + Added PHP namespace handler. Initially the following tags are supported: + <php:expr/> evaluates a given PHP expression and stores its return value into the output XML tree. + <php:getvariable name=""/> inserts the contents of a given global variable into the output XML tree. + <php:setvariable name="">value</php:setvariable sets a given global variable to a given value. + <php:getparameter name=""/> inserts the contents of a given HTTP GET parameter into the output XML tree. + <php:postparameter name=""/> inserts the contents of a given HTTP POST parameter into the output XML tree. + <php:sessionvariable name=""/> inserts the contents of a given session variable into the output XML tree. * Fixed a bug in overloadNamespace()'s error handling. * Recursive operation can now be selectively turned off for overloaded namespaces, too. * Attributes are now canonicalized on-the-fly, rather than at the time of their serialization which can be too late. As a side-effect, the attributesToString() method can now be called statically. * Fixed recursive transformation of overloaded namespaces. * Changed license from PHP License 2.02 to PHP License 3.00. Dependencies:
|
2002-09-08 stable |
|
2002-09-04 stable |
|
2002-05-16 stable |
|
2002-04-07 stable |
|
2002-04-06 |