[Query2XML-Announce] Query2XML 1.1.0 released!
Brought to you by:
lukasfeiler
From: Lukas F. <luk...@lu...> - 2007-02-03 18:08:11
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am very proud to announce the second stable release of XML_Query2XML. = Version 1.1.0 is now available! =20 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 release contains a couple of great new features: * it's now possible to integrate other XML data sources (e.g. XML stored = in the DB) * XML unserialization support: see the ampersand prefix * you can now return DOMNode instances from callback functions * non-static methods can now be used as callbacks by implementing the new XML_Query2XML_Callback interface The smaller changes include: * cleaned up API docs * hidden_container_prefix can now be set using setGlobalOption() * numerous CS fixes in the tutorial * now using MDB2 instead of DB in all examples * documented multi-column primary key support * now comes with 678 unit tests (tested with MySQL and PostgreSQL) If you are upgrading from v0.6.x or v0.7.x, please read http://query2xml.sf.net/docs/html/XML_Query2XML/tutorial_XML_Query2XML.pk= g.html#migration Major Features of Query2XML: 1. Query2XML works with the classes provided by PHP5's DOM XML extension 2. minimum effort necessary to get the simple jobs done 3. highly configurable for more complex tasks 4. ISO/IEC 9075-14:2005 support: mapping of SQL identifiers to XML names 5. works with any database that is supported by PEAR DB, PEAR MDB2 or = ADOdb 6. easy integration of other XML data sources (e.g. raw XML data stored = in the DB) 7. debugging & logging features 8. provides profiling features 9. in-depth documentation and case studies: tutorials and API = documentation 10. 678 phpt unit tests=20 To upgrade Query2XML run `pear upgrade XML_Query2XML' =20 To install Query2XML run `pear install XML_Query2XML' Query2XML is powered by: Empowered Media http://www.empoweredmedia.com 481 Eighth Avenue Suite 1530 New York, NY 10001 Have fun! Lukas Feiler -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) iD8DBQFFxM9mm8N6QzJnVGsRAsXxAKDUNcpDrtxc3poZ8XjimWJOI94xMwCeOfGV JF34sG15aW/HNL0UlDz/PMA=3D =3Dv3CN -----END PGP SIGNATURE----- |