summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Collapse)AuthorAgeFilesLines
* remove document pointer references as doc is now copiedRob Richards2003-08-241-12/+1
|
* doc must be copied when importing stylesheetRob Richards2003-08-201-4/+9
| | | | | libxslt uses the _private for processing
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-2/+2
|
* fix segfault when importing multiple documentsRob Richards2003-08-071-1/+0
|
* changed to studlyCaps naming conventionRob Richards2003-07-071-7/+7
|
* use common doc with ref counting rather than copyRob Richards2003-07-051-9/+16
|
* add xsl_xsltprocessor_transform_to_uri functionalityRob Richards2003-06-191-9/+48
| | | | | | fix a few unhandled error conditions fix compiler warnings
* interoperability supportRob Richards2003-06-141-6/+6
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* changes for /ext/dom document ref countRob Richards2003-06-091-10/+17
| | | | | changes for /ext/dom internal object handling
* Avoid unnecesary zval separationMoriyoshi Koizumi2003-06-051-2/+4
|
* Inital cut of new xsl extensionRob Richards2003-06-051-0/+325
interoperates with new dom extension PHP5 only