]> granicus.if.org Git - php/commit
@-Add the Sablotron extension for XSL parsing. (Sterling)
authorSterling Hughes <sterling@php.net>
Sun, 3 Sep 2000 13:00:08 +0000 (13:00 +0000)
committerSterling Hughes <sterling@php.net>
Sun, 3 Sep 2000 13:00:08 +0000 (13:00 +0000)
commit89b77bfb4728bfd0298fe81e5751dad372336615
tree7f5f1bce49a7427af0a411e0ff95107501be25df
parentf34430de8a8c22c91fc6a1953960b5eacd85cbd2
@-Add the Sablotron extension for XSL parsing. (Sterling)

Folks, features include:

- Output Buffering Tie-ins
- Optional Descriptive error reporting (compile option)
- String Transformations
- File Transformations
- Logging
- SAX XML Processing support (slightly different from expat, even though
Sablotron uses expat to do the parsing.)
ext/sablot/Makefile.in [new file with mode: 0644]
ext/sablot/config.m4 [new file with mode: 0644]
ext/sablot/php_sablot.h [new file with mode: 0644]
ext/sablot/sablot.c [new file with mode: 0644]