ea29a60149
use exceptions at all occasions of errors instead of PHP warnings, notices or semi completed transformations. They also add various custom methods and short- cuts for convinience and to allow a nicer API to implement callbacks to the PHP stack. WWW: https://github.com/theseer/fXSL/ PR: 172766 Submitted by: Gasol Wu <gasol.wu@gmail.com>
7 lines
364 B
Text
7 lines
364 B
Text
The classes contained within this repository extend the standard XSLTProcess to
|
|
use exceptions at all occasions of errors instead of PHP warnings, notices or
|
|
semi completed transformations. They also add various custom methods and short-
|
|
cuts for convinience and to allow a nicer API to implement callbacks to the PHP
|
|
stack.
|
|
|
|
WWW: https://github.com/theseer/fXSL/
|