For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > September 2007 > [ANNOUNCEMENT] XML_Query2XML-1.5.0RC1 (beta) Released.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANNOUNCEMENT] XML_Query2XML-1.5.0RC1 (beta) Released.
PEAR Announce

2007-09-30, 7:04 pm

The new PEAR package XML_Query2XML-1.5.0RC1 (beta) has been released at http://pear.php.net/.

Release notes
-------------
This release candidate comes after extensive re-factoring:
- XML_Query2XML now does a lot of internal pre-processing
- this improves performance by at least 30%
- all exceptions now contain information that relates to the
configuration option that caused the exception to be thrown
- caching is now deactivated by default as is not needed in
most cases; see $options['sql_options']['cached']
- XML_Query2XML now comes with 1144 phpt unit tests
Note: if 1.5.0RC1 does not cause any problems for early adopters
(which I consider very unlikely) 1.5.0 will be released next wend.

Package Info
------------
XML_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. Is was written with
performance in mind and can handle large amounts of data. No XSLT needed!
Major features:
1. XML_Query2XML works with the classes provided by PHP5's built-in DOM API
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 PDO, 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 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. 1144 phpt unit tests

Related Links
-------------
Package home: http://pear.php.net/package/XML_Query2XML
Changelog: http://pear.php.net/package/XML_Que...wnload/1.5.0RC1
Download: http://download.pear.php.net/packag...ML-1.5.0RC1.tgz

Authors
-------
Lukas Feiler <lukas.feiler@lukasfeiler.com> (lead)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com