diff options
| author | foobar <sniper@php.net> | 2001-01-19 11:44:12 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2001-01-19 11:44:12 +0000 |
| commit | 5dcf6618bc9d3483e8ddd4e0a0bdc981e17c1bb3 (patch) | |
| tree | 816c27fcf01aedab5d3b07eddd9b2d9fb7af874f /ext/sablot/php_sablot.h | |
| parent | 0a3761e283cb49a8c2d38a1ef48a9ce825907bdc (diff) | |
| download | php-git-5dcf6618bc9d3483e8ddd4e0a0bdc981e17c1bb3.tar.gz | |
@- Added xslt_set_scheme_handler() function (carmelo@akooe.com)
Diffstat (limited to 'ext/sablot/php_sablot.h')
| -rw-r--r-- | ext/sablot/php_sablot.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h index cd9f00f4da..0423d8dd27 100644 --- a/ext/sablot/php_sablot.h +++ b/ext/sablot/php_sablot.h @@ -52,6 +52,7 @@ PHP_FUNCTION(xslt_process); PHP_FUNCTION(xslt_create); PHP_FUNCTION(xslt_run); PHP_FUNCTION(xslt_set_sax_handler); +PHP_FUNCTION(xslt_set_scheme_handler); PHP_FUNCTION(xslt_set_error_handler); #ifdef HAVE_SABLOT_SET_ENCODING PHP_FUNCTION(xslt_set_encoding); @@ -97,6 +98,9 @@ typedef struct { zval *charactersHandler; zval *endDocHandler; + /* Scheme Handling */ + zval *getAllHandler; + /* Sablotron Related */ SablotHandle p; |
