PEAR-Handbuch | ||
---|---|---|
Zurück | Nach vorne |
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!
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, PEAR MDB2 or ADOdb
6. easy integration of other XML data sources (e.g. raw XML data stored in the DB)
7. debugging and logging features
8. provides profiling features
9. in-depth documentation and case studies: tutorials and API documentation
10. 678 phpt unit tests
Zurück | Zum Anfang | Nach vorne |
XML_Query2XML | Nach oben | XML_RDDL |