[Query2XML-Announce] Query2XML 0.6.0 released!
Brought to you by:
lukasfeiler
From: Lukas F. <luk...@lu...> - 2006-04-23 15:45:44
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am very proud to announce the 6th public release of XML_Query2XML. Version 0.6.0 is now available! XML_Query2XML is now an official PEAR = package! 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 includes all changes recommeded during the PEPr voting = process. Major changes: - - asterisk shortcut that expands to all columns in the result set; the tutorial was updated to document this feature and a new case study (case 07) was added to provide a good example - - implementation of ISO/IEC 9075-14:2005 for mapping SQL identifiers = to XML names; the tutorial was updates to document this feature and a new case study (case 08) was added to provide lots of examples - - new complex attribute specifications (from my own wish list) Minor changes: - - simplification of the inner workings of the methods _hasDOMChild() and _getDOMChild() - - using foreach($array as $key =3D> $value) instead of while(list($key, $value) =3D each($array)) - - now comes with 168 unit tests Major Features of Query2XML: 1. XML_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 or PEAR MDB2 6. debugging and logging features 7. provides profiling features 8. in-depth documentation: tutorials and API documentation 9. Eight case studies: from very simple to highly complex scenarios 10. 168 unit tests for PHPUnit2 To install Query2XML just - - Just run `pear install XML_Query2XML'. - - You might have to run `pear config-set preferred_state beta' first.=20 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.3 (MingW32) iD8DBQFES6ESm8N6QzJnVGsRAkzMAJ9sGBCszB28t8RAEa10XdZDnAl0JgCeMshq 41Dq3mBKkFalA0oaCU/Irgc=3D =3Dt6Ru -----END PGP SIGNATURE----- |