php-src/ext/sablot
Sterling Hughes 0a1f0ea22e Major rework of the basic api which provides:
- All Sablotron errors are now caught meaning nothing is
          ever outputted directly to the screen allowing you to
          catch all errors.
        - A mechanism is provided for you to have an error function
          which recieves all sablotron errors.
        - All of the basic functions re-use a single processor increasing
          performance (especially with high loads).
        - Added a bunch of comments, more to come (this way other people
          can easily modify my source).

@ Added the xslt_set_error_handler() function to the Sablotron extension.
@ (Sterling)

@ Improved Sablotron's error handling system allowing you to catch all
@ errors before they are outputted to the screen. (Sterling)
2000-11-21 12:12:19 +00:00
..
config.m4 fix configure.. 2000-11-03 01:56:58 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
Makefile.in @-Add the Sablotron extension for XSL parsing. (Sterling) 2000-09-03 13:00:08 +00:00
php_sablot.h Major rework of the basic api which provides: 2000-11-21 12:12:19 +00:00
sablot.c Major rework of the basic api which provides: 2000-11-21 12:12:19 +00:00
sablot.dsp make windows compile 2000-10-11 09:17:10 +00:00