Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Empty HEAD of domxml, hyperwave, xslt | Sascha Schumann | 2003-06-24 | 1 | -142/+0 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fix bug #20518 | Melvyn Sopacua | 2002-11-21 | 1 | -0/+2 |
| | |||||
* | - implement xslt_backend_info | Melvyn Sopacua | 2002-11-10 | 1 | -1/+2 |
| | | | | | | - add test for it - fix some prototypes | ||||
* | - Add constant XSLT_SABOPT_FILES_TO_HANDLER overriding the default | Melvyn Sopacua | 2002-10-31 | 1 | -0/+3 |
| | | | | | | | | | | behavior of Sablotron to handle files itself, even if a scheme-handler is registered. - Implement xslt_getopt - Modify behavior of xslt_setopt, so that it returns the previous value. # All these need Sab CVS version > 2002/10/31 | ||||
* | - Add XSLT_REG_ERRMSG macro to register an error on the handle | Melvyn Sopacua | 2002-10-25 | 1 | -0/+2 |
| | | | | | | | | - Rename constants to a bit more appropreate format - Add XSLT_ERR_UNSUPPORTED_SCHEME to be returned for scheme handlers. # Docs on xslt_set_scheme_handlers are in progress. | ||||
* | Fix a problem relating to these structure symbols being redefined on LFS | Sterling Hughes | 2002-10-15 | 1 | -5/+5 |
| | | | | | | | systems. Fix by Sascha Schumann <sascha@apache.org> | ||||
* | MFB | Melvyn Sopacua | 2002-10-06 | 1 | -0/+3 |
| | |||||
* | adding the xslt_set_object function (as per discussion on php-dev and | David Viner | 2002-10-04 | 1 | -0/+3 |
| | | | | | | the newly created sab-php@gingerall.cz) --dviner | ||||
* | @ - Added xslt_backend_version() and xslt_backend_name() for getting | Christian Stocker | 2002-08-22 | 1 | -0/+2 |
| | | | | | @ information about the processor backend. (chregu) | ||||
* | Revert to php_4_2_1 to get sablotron working again. | Marko Karppinen | 2002-06-24 | 1 | -9/+4 |
| | | | | | | # Sterling, please fix the DOM stuff asap so we can enjoy # the new functionality! | ||||
* | make it work with dom processing, this allows DOM tree caching to avoid | Sterling Hughes | 2002-04-19 | 1 | -12/+17 |
| | | | | | | | re-parsing the same data. Currently very beta -- DO NOT USE. Will be cleaning this up over the next few days... Need this in here for version history, and to show other people | ||||
* | Prefix current functions with "sax" in order to make way for dom interface | Sterling Hughes | 2002-04-16 | 1 | -9/+9 |
| | | | | | | backwards compatibility is maintained via function aliases xslt_sax_set_sax_handlers is a bit wierd, i guess... | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | # leftovers | Sterling Hughes | 2001-06-26 | 1 | -0/+1 |
| | |||||
* | modified code freeing resouce which causes segmentation fault. | Rui Hirokawa | 2001-06-10 | 1 | -0/+2 |
| | |||||
* | Use different define name for this. | foobar | 2001-06-01 | 1 | -1/+1 |
| | |||||
* | leftovers | Sterling Hughes | 2001-05-27 | 1 | -15/+15 |
| | |||||
* | Add an experimental version of the new XSLT extension. This is by no means | Sterling Hughes | 2001-04-26 | 1 | -0/+123 |
to be used on anything production, if you want to test it, beware, it may or may not work (feel free to complain to me if it doesn't work, or shower praise if it does work)... Mainly in PHP's CVS so that work on the other backends can take place. The api (function_entry) is what I'm thinking of for all backends. Every backend simply needs to define these functions, I'll send an e-mail describing all this in a bit.... |