Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Empty HEAD of domxml, hyperwave, xslt | Sascha Schumann | 2003-06-24 | 1 | -63/+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 |
| | |||||
* | adding the xslt_set_object function (as per discussion on php-dev and | David Viner | 2002-10-04 | 1 | -1/+1 |
| | | | | | | the newly created sab-php@gingerall.cz) --dviner | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Killed compile warnings. | foobar | 2001-08-07 | 1 | -0/+3 |
| | |||||
* | let this stuff build under windows | Daniel Beulshausen | 2001-06-11 | 1 | -0/+1 |
| | |||||
* | Make this compile. Killed one compile warning. | foobar | 2001-05-28 | 1 | -1/+1 |
| | | | | | # I still get a lot warnings when compiling sablot.c | ||||
* | Add the xslt_make_array and xslt_free_array api functions (C level). | Sterling Hughes | 2001-04-27 | 1 | -5/+5 |
| | | | | | | | | Change the naming to be a bit more standard for a few of the existing api functions. Make the sablotron backend compile with these changes. | ||||
* | Add a free function to free the returned structure. | Sterling Hughes | 2001-04-26 | 1 | -0/+1 |
| | |||||
* | Add the parse_xslt_arguments api function which parses sablotron type | Sterling Hughes | 2001-04-26 | 1 | -0/+15 |
| | | | | | arguments into an easy to use structure. | ||||
* | Add an experimental version of the new XSLT extension. This is by no means | Sterling Hughes | 2001-04-26 | 1 | -0/+43 |
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.... |