php3-xslt is a GNU/GPL friendly xslt processor for php3. It is semi-compatable with the php4 xslt extension.
After a 5 hour overnight test, with over 600,000 successful transformations, and no apparent memory leaks, php3-xslt can now be considered stable. Enjoy.
See the README file for information on compatability with php4, and installation instructions.
php3-xslt now supports relative paths in xslt_run(...)
Also, CVS access is now available.
I have released a very early alpha package for
testing. It implements two of the php4 xslt functions: xslt_process() and partially implements xslt_run()
It's not quite ready for prime time yet, so there's a couple of caveats:
* File paths passed to xslt_run() must be
absolute for now.
* No hardcore testing has been done, so don't
use it on a live site just yet.
* No CVS yet, give me a day or two.... read more