From: "PEAR Announce" on
The new PEAR package XML_Query2XML-1.7.0 (stable) has been released at http://pear.php.net/.

Release notes
-------------
This feature release brings the following additions:
- new driver for PEAR Net_LDAP2: XML_Query2XML_Driver_LDAP2
- options 'limit' and 'offset' now supported by the MDB2 and DB drivers;
thanks to Johnny Cheng from openflyers.org for this feature request
- improved logging: now also logs the variables with which a prepared
statement is executed
- consolidation of unit tests for different database drivers; use
the environment variable PHP_PEAR_XML_QUERY2XML_TEST_DBLAYER to
set the database driver to be used (MDB2,DB,PDO,ADOdbDefault,
ADOdbPEAR or ADOdbException). Also use the environment variable
PHP_PEAR_XML_QUERY2XML_TEST_LDAPLAYER to set the LDAP driver
to be used (LDAP or LDAP2). Then simply run
'pear run-tests -p XML_Query2XML'
Note: no changes were introduced since 1.7.0RC1.

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. 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. 238 phpt unit tests

Related Links
-------------
Package home: http://pear.php.net/package/XML_Query2XML
Changelog: http://pear.php.net/package/XML_Query2XML/download/1.7.0
Download: http://download.pear.php.net/package/XML_Query2XML-1.7.0.tgz

Authors
-------
Lukas Feiler <lukas.feiler(a)lukasfeiler.com> (lead)