diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-19 20:08:40 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-19 20:08:40 +0000 |
commit | ea29a60149f1987e77b141a28310a515091543c3 (patch) | |
tree | edc585b2fb2ff72985e2a67f75880aa15f6c584b /devel/Makefile | |
parent | 499f3eadf8774be5bc30d3c11cd8bdcf108a6d63 (diff) |
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/
PR: 172766
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Notes
Notes:
svn path=/head/; revision=309259
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 915bb719fc67..db5f8b573015 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3053,6 +3053,7 @@ SUBDIR += pear-Text_Diff SUBDIR += pear-TheSeer_DirectoryScanner SUBDIR += pear-TheSeer_fDOMDocument + SUBDIR += pear-TheSeer_fXSL SUBDIR += pear-VFS SUBDIR += pear-Validate SUBDIR += pear-Validate_AU |