summaryrefslogtreecommitdiff
path: root/ext/xslt/php_sablot.h
Commit message (Collapse)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-241-142/+0
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fix bug #20518Melvyn Sopacua2002-11-211-0/+2
|
* - implement xslt_backend_infoMelvyn Sopacua2002-11-101-1/+2
| | | | | | - add test for it - fix some prototypes
* - Add constant XSLT_SABOPT_FILES_TO_HANDLER overriding the defaultMelvyn Sopacua2002-10-311-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 handleMelvyn Sopacua2002-10-251-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 LFSSterling Hughes2002-10-151-5/+5
| | | | | | | systems. Fix by Sascha Schumann <sascha@apache.org>
* MFBMelvyn Sopacua2002-10-061-0/+3
|
* adding the xslt_set_object function (as per discussion on php-dev andDavid Viner2002-10-041-0/+3
| | | | | | the newly created sab-php@gingerall.cz) --dviner
* @ - Added xslt_backend_version() and xslt_backend_name() for gettingChristian Stocker2002-08-221-0/+2
| | | | | @ information about the processor backend. (chregu)
* 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....