PHP - XML_XSLT2Processor News
Status: Abandoned
Brought to you by:
boen_robot
The initial version of the class is now released.
Documentation is already written, but because it's in DocBook format, it's not yet available.
Anyways, most of what you need to know is already available in the documentation of the XSL extension at:
http://www.php.net/manual/en/ref.xsl.php
The only difference is the constructor, who's prototype is:
XML_XSLT2Processor ( [string $processor [, string $processorPath [, string $interface)
Further explanation and examples will follow.