[Query2XML-Announce] Query2XML 1.7.2 released!
Brought to you by:
lukasfeiler
From: Lukas F. <luk...@lu...> - 2011-04-03 12:25:15
|
I am proud to announce a new stable release of XML_Query2XML: 1.7.2 is now available! Project home page: http://query2xml.sourceforge.net PEAR project home page: http://pear.php.net/package/XML_Query2XML Query2XML allows you to transform the records retrieved with one or more SQL SELECT queries into XML data. Very simple to highly complex transformations are supported. It was written with performance in mind and can handle large amounts of data. No XSLT needed. This stable release implements the following changes: * Bug #17724 fixed: avoiding split, using explode. * XML_Query2XML::registerPrefix(): new method that allows you to register your own prefixes that can be used in all value specifications. unregisterPrefix() and unregisterAllPrefixes() allow you to unregister a particular or all prefixes (including default prefixes). * Now comes with 244 unit tests. If there is still somebody upgrading from v0.6.x or v0.7.x, please consult the migration guide at http://query2xml.sf.net/docs/html/XML_Query2XML/tutorial_XML_Query2XML.pkg.h tml#migration Major Features of Query2XML: 1. XML_Query2XML works with the classes provided by PHP5's built-in DOM API 2. open driver architecture 3. comes with drivers for PDO, PEAR DB, PEAR MDB2, ADOdb, PEAR Net_LDAP and Net_LDAP2 4. ISO/IEC 9075-14:2005 support: mapping of SQL identifiers to XML names 5. highly configurable 6. easy integration of other XML data sources (e.g. raw XML data stored in the DB) 7. debugging, logging and profiling features 8. XML encoding: support for UTF-8, ISO-8859-1 and others 9. in-depth documentation and case studies: tutorials and API documentation 10. 239 phpt unit tests To upgrade to this release run `pear upgrade XML_Query2XML' To install this release run `pear install XML_Query2XML' Have fun! Lukas Feiler |