summaryrefslogtreecommitdiff
path: root/ext/xslt/php_sablot.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert to php_4_2_1 to get sablotron working again.Marko Karppinen2002-06-241-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 avoidSterling Hughes2002-04-191-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 interfaceSterling Hughes2002-04-161-9/+9
| | | | | | backwards compatibility is maintained via function aliases xslt_sax_set_sax_handlers is a bit wierd, i guess...
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
|
* Update headers.Sebastian Bergmann2001-12-111-1/+1
|
* # leftoversSterling Hughes2001-06-261-0/+1
|
* modified code freeing resouce which causes segmentation fault.Rui Hirokawa2001-06-101-0/+2
|
* Use different define name for this.foobar2001-06-011-1/+1
|
* leftoversSterling Hughes2001-05-271-15/+15
|
* Add an experimental version of the new XSLT extension. This is by no meansSterling Hughes2001-04-261-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....