Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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.... |