Then you will find it on quixml.rubyforge.org
Welcome to Quixml.org.
Quixml is a PHP class that I developped upon personal curiosity to exploit a perfect separation between logic
and presentation layers.
XML and XSL have been designed to answer that question, and after having struggled for a long time with numerous templateing framework for PHP,
I decided to code this library because nothing I found either worked or simply did what I was looking for.
The manual has been rewrote, and I hope it's a bit more cleare now.
The goal of this class is to provide a simple way to output XML, and to associate an SL stylesheet.
The class detect itself if the XML should be transformed to HTML (or any other output type, this is configurable) and let you concentrate on the
data retrieval rather than the inner structure of your XML file.
This class have a few requirements, and your PHP installation needs to honnor them before you can use it.
Imperative requirement:
In addition, the XSL generation process allows you to "include" separate files in 1.
This process can be time consuming on large stylesheets.
To lighten up the generation process, a caching mechanism have been implemented, which use PDO and Sqlite to store the merged stylsheets.
If you want/plan to use this caching mechanism, then you will need
Sqlite is a lightweight database stored in a file.
18/01/2008: Latest version (development)
You can visit the manual (sorry for the mess, but I'm working on it) or go directly to the class reference.
Future annoucements will be made here.